pub enum ALRAE {
Disabled = 0,
Enabled = 1,
}
Expand description
Alarm A enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ALRAE
impl Eq for ALRAE
impl StructuralPartialEq for ALRAE
Auto Trait Implementations§
impl Freeze for ALRAE
impl RefUnwindSafe for ALRAE
impl Send for ALRAE
impl Sync for ALRAE
impl Unpin for ALRAE
impl UnwindSafe for ALRAE
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