pub enum ASOE {
Disabled = 0,
Enabled = 1,
}Expand description
Alarm or second output enable
Value on reset: 0
Variants§
Disabled = 0
0: Disabled
Enabled = 1
1: Setting this bit outputs either the RTC Alarm pulse signal or the Second pulse signal on the TAMPER pin depending on the ASOS bit
Trait Implementations§
impl Copy for ASOE
impl Eq for ASOE
impl StructuralPartialEq for ASOE
Auto Trait Implementations§
impl Freeze for ASOE
impl RefUnwindSafe for ASOE
impl Send for ASOE
impl Sync for ASOE
impl Unpin for ASOE
impl UnwindSafe for ASOE
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