pub struct BYPASSPLL_R(/* private fields */);Expand description
Field BYPASSPLL reader - Bypass PLL input clock is sent directly to the PLL output (default).
Implementations§
Source§impl BYPASSPLL_R
impl BYPASSPLL_R
Sourcepub fn variant(&self) -> BYPASSPLL_A
pub fn variant(&self) -> BYPASSPLL_A
Get enumerated values variant
Sourcepub fn is_bypassed(&self) -> bool
pub fn is_bypassed(&self) -> bool
Checks if the value of the field is BYPASSED
Methods from Deref<Target = FieldReader<bool, BYPASSPLL_A>>§
Trait Implementations§
Source§impl Deref for BYPASSPLL_R
impl Deref for BYPASSPLL_R
Source§type Target = FieldReader<bool, BYPASSPLL_A>
type Target = FieldReader<bool, BYPASSPLL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for BYPASSPLL_R
impl RefUnwindSafe for BYPASSPLL_R
impl Send for BYPASSPLL_R
impl Sync for BYPASSPLL_R
impl Unpin for BYPASSPLL_R
impl UnwindSafe for BYPASSPLL_R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more