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