pub enum VALRDY_AW {
SET = 1,
}
Expand description
Write ‘1’ to enable interrupt for VALRDY event
Value on reset: 0
Variants§
SET = 1
1: Enable
Trait Implementations§
impl Copy for VALRDY_AW
impl StructuralPartialEq for VALRDY_AW
Auto Trait Implementations§
impl Freeze for VALRDY_AW
impl RefUnwindSafe for VALRDY_AW
impl Send for VALRDY_AW
impl Sync for VALRDY_AW
impl Unpin for VALRDY_AW
impl UnwindSafe for VALRDY_AW
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