pub enum PLLNODIVR {
DIV_2,
NOTDIVIDED,
}Expand description
Possible values of the field PLLNODIV
Variants§
Implementations§
Source§impl PLLNODIVR
impl PLLNODIVR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Sourcepub fn is_not_divided(&self) -> bool
pub fn is_not_divided(&self) -> bool
Checks if the value of the field is NOTDIVIDED
Trait Implementations§
impl Copy for PLLNODIVR
impl StructuralPartialEq for PLLNODIVR
Auto Trait Implementations§
impl Freeze for PLLNODIVR
impl RefUnwindSafe for PLLNODIVR
impl Send for PLLNODIVR
impl Sync for PLLNODIVR
impl Unpin for PLLNODIVR
impl UnwindSafe for PLLNODIVR
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