pub enum EntVal {
EntValClear = 0,
EntValOn = 1,
}Expand description
Clear the ENT_VAL interrupt.
Value on reset: 1
Variants§
EntValClear = 0
0: Clears the INT_STATUS[ENT_VAL] bit. Will automatically set after writing.
EntValOn = 1
1: Enables the INT_STATUS[ENT_VAL] bit to be set, thereby enabling interrupt generation for the ENT_VAL condition.
Trait Implementations§
impl Copy for EntVal
impl Eq for EntVal
impl StructuralPartialEq for EntVal
Auto Trait Implementations§
impl Freeze for EntVal
impl RefUnwindSafe for EntVal
impl Send for EntVal
impl Sync for EntVal
impl Unpin for EntVal
impl UnsafeUnpin for EntVal
impl UnwindSafe for EntVal
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