Struct Cr
#[repr(transparent)]pub struct Cr(pub u32);Expand description
RTC control register.
Tuple Fields§
§0: u32Implementations§
§impl Cr
impl Cr
pub const fn set_wucksel(&mut self, val: Wucksel)
pub const fn set_wucksel(&mut self, val: Wucksel)
ck_wut wake-up clock selection.
pub const fn set_tsedge(&mut self, val: Tsedge)
pub const fn set_tsedge(&mut self, val: Tsedge)
Timestamp event active edge.
pub const fn set_refckon(&mut self, val: bool)
pub const fn set_refckon(&mut self, val: bool)
REFIN reference clock detection enable (50 or 60Hz).
pub const fn set_bypshad(&mut self, val: bool)
pub const fn set_bypshad(&mut self, val: bool)
Bypass the shadow registers.
pub const fn set_ssruie(&mut self, val: bool)
pub const fn set_ssruie(&mut self, val: bool)
SSR underflow interrupt enable.
pub const fn set_tampts(&mut self, val: bool)
pub const fn set_tampts(&mut self, val: bool)
Activate timestamp on tamper detection event.
pub const fn set_tampoe(&mut self, val: bool)
pub const fn set_tampoe(&mut self, val: bool)
Tamper detection output enable on TAMPALRM.
pub const fn set_alrfclr(&mut self, n: usize, val: bool)
pub const fn set_alrfclr(&mut self, n: usize, val: bool)
Alarm A flag automatic clear.
pub const fn tampalrm_pu(&self) -> bool
pub const fn tampalrm_pu(&self) -> bool
TAMPALRM pull-up enable.
pub const fn set_tampalrm_pu(&mut self, val: bool)
pub const fn set_tampalrm_pu(&mut self, val: bool)
TAMPALRM pull-up enable.
pub const fn tampalrm_type(&self) -> TampalrmType
pub const fn tampalrm_type(&self) -> TampalrmType
TAMPALRM output type.
pub const fn set_tampalrm_type(&mut self, val: TampalrmType)
pub const fn set_tampalrm_type(&mut self, val: TampalrmType)
TAMPALRM output type.
pub const fn set_out2en(&mut self, val: bool)
pub const fn set_out2en(&mut self, val: bool)
OUT2 output enable.
Trait Implementations§
impl Copy for Cr
impl Eq for Cr
impl StructuralPartialEq for Cr
Auto Trait Implementations§
impl Freeze for Cr
impl RefUnwindSafe for Cr
impl Send for Cr
impl Sync for Cr
impl Unpin for Cr
impl UnwindSafe for Cr
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