pub enum CNF2R {
VALUE1,
VALUE2,
}Expand description
Possible values of the field CNF2
Variants§
VALUE1
Falling edge trigger out of range event register.
VALUE2
Rising edge trigger out of range event register.
Implementations§
Source§impl CNF2R
impl CNF2R
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)
Trait Implementations§
impl Copy for CNF2R
impl StructuralPartialEq for CNF2R
Auto Trait Implementations§
impl Freeze for CNF2R
impl RefUnwindSafe for CNF2R
impl Send for CNF2R
impl Sync for CNF2R
impl Unpin for CNF2R
impl UnwindSafe for CNF2R
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