pub enum SsecAlarmIe {
Dis = 0,
En = 1,
}Expand description
Alarm Sub-second Interrupt Enable. Change to this bit is effective only after BUSY is cleared from 1 to 0.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for SsecAlarmIe
impl Clone for SsecAlarmIe
Source§fn clone(&self) -> SsecAlarmIe
fn clone(&self) -> SsecAlarmIe
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SsecAlarmIe
impl Debug for SsecAlarmIe
Source§impl From<SsecAlarmIe> for bool
impl From<SsecAlarmIe> for bool
Source§fn from(variant: SsecAlarmIe) -> Self
fn from(variant: SsecAlarmIe) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SsecAlarmIe
impl PartialEq for SsecAlarmIe
impl Copy for SsecAlarmIe
impl Eq for SsecAlarmIe
impl StructuralPartialEq for SsecAlarmIe
Auto Trait Implementations§
impl Freeze for SsecAlarmIe
impl RefUnwindSafe for SsecAlarmIe
impl Send for SsecAlarmIe
impl Sync for SsecAlarmIe
impl Unpin for SsecAlarmIe
impl UnwindSafe for SsecAlarmIe
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