pub struct CmacTimerSlp { /* private fields */ }Implementations§
Source§impl CmacTimerSlp
impl CmacTimerSlp
Sourcepub const fn cm_slp_ctrl2_reg(&self) -> &'static Reg<CmSlpCtrl2Reg_SPEC, RW>
pub const fn cm_slp_ctrl2_reg(&self) -> &'static Reg<CmSlpCtrl2Reg_SPEC, RW>
CMAC Sleep Control 2 (no RMW)
Sourcepub const fn cm_slp_ctrl_reg(&self) -> &'static Reg<CmSlpCtrlReg_SPEC, RW>
pub const fn cm_slp_ctrl_reg(&self) -> &'static Reg<CmSlpCtrlReg_SPEC, RW>
CMAC Sleep Control 1 (allowed to RMW)
Sourcepub const fn cm_slp_timer_reg(&self) -> &'static Reg<CmSlpTimerReg_SPEC, RW>
pub const fn cm_slp_timer_reg(&self) -> &'static Reg<CmSlpTimerReg_SPEC, RW>
CMAC Sleep Timer
Trait Implementations§
Source§impl Clone for CmacTimerSlp
impl Clone for CmacTimerSlp
Source§fn clone(&self) -> CmacTimerSlp
fn clone(&self) -> CmacTimerSlp
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 PartialEq for CmacTimerSlp
impl PartialEq for CmacTimerSlp
impl Copy for CmacTimerSlp
impl Eq for CmacTimerSlp
impl Send for CmacTimerSlp
CMAC_TIMER_SLP registers
impl StructuralPartialEq for CmacTimerSlp
impl Sync for CmacTimerSlp
Auto Trait Implementations§
impl Freeze for CmacTimerSlp
impl RefUnwindSafe for CmacTimerSlp
impl Unpin for CmacTimerSlp
impl UnwindSafe for CmacTimerSlp
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