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