pub struct R(/* private fields */);
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 - Remote Wakeup Signaling
Sourcepub fn sftdiscon(&self) -> SFTDISCON_R
pub fn sftdiscon(&self) -> SFTDISCON_R
Bit 1 - Soft Disconnect
Sourcepub fn gnpinnaksts(&self) -> GNPINNAKSTS_R
pub fn gnpinnaksts(&self) -> GNPINNAKSTS_R
Bit 2 - Global Non-periodic IN NAK Status
Sourcepub fn goutnaksts(&self) -> GOUTNAKSTS_R
pub fn goutnaksts(&self) -> GOUTNAKSTS_R
Bit 3 - Global OUT NAK Status
Sourcepub fn pwronprgdone(&self) -> PWRONPRGDONE_R
pub fn pwronprgdone(&self) -> PWRONPRGDONE_R
Bit 11 - Power-On Programming Done
Sourcepub fn ignrfrmnum(&self) -> IGNRFRMNUM_R
pub fn ignrfrmnum(&self) -> IGNRFRMNUM_R
Bit 15 - Ignore Frame number For Isochronous End points
Sourcepub fn nakonbble(&self) -> NAKONBBLE_R
pub fn nakonbble(&self) -> NAKONBBLE_R
Bit 16 - NAK on Babble Error
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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