Struct Cr
#[repr(transparent)]pub struct Cr(pub u32);Expand description
RTC control register.
Tuple Fields§
§0: u32Implementations§
§impl Cr
impl Cr
pub fn set_wucksel(&mut self, val: Wucksel)
pub fn set_wucksel(&mut self, val: Wucksel)
ck_wut wake-up clock selection.
pub fn set_tsedge(&mut self, val: Tsedge)
pub fn set_tsedge(&mut self, val: Tsedge)
Timestamp event active edge.
pub fn set_refckon(&mut self, val: bool)
pub fn set_refckon(&mut self, val: bool)
REFIN reference clock detection enable (50 or 60Hz).
pub fn set_bypshad(&mut self, val: bool)
pub fn set_bypshad(&mut self, val: bool)
Bypass the shadow registers.
pub fn set_ssruie(&mut self, val: bool)
pub fn set_ssruie(&mut self, val: bool)
SSR underflow interrupt enable.
pub fn set_tampts(&mut self, val: bool)
pub fn set_tampts(&mut self, val: bool)
Activate timestamp on tamper detection event.
pub fn set_tampoe(&mut self, val: bool)
pub fn set_tampoe(&mut self, val: bool)
Tamper detection output enable on TAMPALRM.
pub fn set_alrfclr(&mut self, n: usize, val: bool)
pub 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 fn set_tampalrm_pu(&mut self, val: bool)
pub 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 fn set_tampalrm_type(&mut self, val: TampalrmType)
pub fn set_tampalrm_type(&mut self, val: TampalrmType)
TAMPALRM output type.
pub fn set_out2en(&mut self, val: bool)
pub 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