pub struct R(_);
Expand description
Register DCTL
reader
Implementations§
source§impl R
impl R
sourcepub fn rmtwkupsig(&self) -> RMTWKUPSIG_R
pub fn rmtwkupsig(&self) -> RMTWKUPSIG_R
Bit 0
sourcepub fn sftdiscon(&self) -> SFTDISCON_R
pub fn sftdiscon(&self) -> SFTDISCON_R
Bit 1
sourcepub fn gnpinnaksts(&self) -> GNPINNAKSTS_R
pub fn gnpinnaksts(&self) -> GNPINNAKSTS_R
Bit 2
sourcepub fn goutnaksts(&self) -> GOUTNAKSTS_R
pub fn goutnaksts(&self) -> GOUTNAKSTS_R
Bit 3
sourcepub fn pwronprgdone(&self) -> PWRONPRGDONE_R
pub fn pwronprgdone(&self) -> PWRONPRGDONE_R
Bit 11
sourcepub fn ignrfrmnum(&self) -> IGNRFRMNUM_R
pub fn ignrfrmnum(&self) -> IGNRFRMNUM_R
Bit 15
sourcepub fn nakonbble(&self) -> NAKONBBLE_R
pub fn nakonbble(&self) -> NAKONBBLE_R
Bit 16
sourcepub fn encountonbna(&self) -> ENCOUNTONBNA_R
pub fn encountonbna(&self) -> ENCOUNTONBNA_R
Bit 17
sourcepub fn deepsleepbeslreject(&self) -> DEEPSLEEPBESLREJECT_R
pub fn deepsleepbeslreject(&self) -> DEEPSLEEPBESLREJECT_R
Bit 18
Methods from Deref<Target = R<DCTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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