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