pub enum ALRAFW {
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 ALRAFW
impl Eq for ALRAFW
impl StructuralPartialEq for ALRAFW
Auto Trait Implementations§
impl Freeze for ALRAFW
impl RefUnwindSafe for ALRAFW
impl Send for ALRAFW
impl Sync for ALRAFW
impl Unpin for ALRAFW
impl UnwindSafe for ALRAFW
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