pub enum ALRBF_AW {
Clear = 0,
}
Expand description
Alarm B flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for ALRBF_AW
impl StructuralPartialEq for ALRBF_AW
Auto Trait Implementations§
impl Freeze for ALRBF_AW
impl RefUnwindSafe for ALRBF_AW
impl Send for ALRBF_AW
impl Sync for ALRBF_AW
impl Unpin for ALRBF_AW
impl UnwindSafe for ALRBF_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