pub struct R(/* private fields */);
Expand description
Register DOEPMSK
reader
Implementations§
Source§impl R
impl R
Sourcepub fn xfercomplmsk(&self) -> XFERCOMPLMSK_R
pub fn xfercomplmsk(&self) -> XFERCOMPLMSK_R
Bit 0 - Transfer Completed Interrupt Mask
Sourcepub fn epdisbldmsk(&self) -> EPDISBLDMSK_R
pub fn epdisbldmsk(&self) -> EPDISBLDMSK_R
Bit 1 - Endpoint Disabled Interrupt Mask
Sourcepub fn ahberrmsk(&self) -> AHBERRMSK_R
pub fn ahberrmsk(&self) -> AHBERRMSK_R
Bit 2 - AHB Error
Sourcepub fn setupmsk(&self) -> SETUPMSK_R
pub fn setupmsk(&self) -> SETUPMSK_R
Bit 3 - SETUP Phase Done Mask
Sourcepub fn outtknepdismsk(&self) -> OUTTKNEPDISMSK_R
pub fn outtknepdismsk(&self) -> OUTTKNEPDISMSK_R
Bit 4 - OUT Token Received when Endpoint Disabled Mask
Sourcepub fn stsphsercvdmsk(&self) -> STSPHSERCVDMSK_R
pub fn stsphsercvdmsk(&self) -> STSPHSERCVDMSK_R
Bit 5 - Status Phase Received Mask
Sourcepub fn back2backsetup(&self) -> BACK2BACKSETUP_R
pub fn back2backsetup(&self) -> BACK2BACKSETUP_R
Bit 6 - Back-to-Back SETUP Packets Received Mask
Sourcepub fn outpkterrmsk(&self) -> OUTPKTERRMSK_R
pub fn outpkterrmsk(&self) -> OUTPKTERRMSK_R
Bit 8 - OUT Packet Error Mask
Sourcepub fn bbleerrmsk(&self) -> BBLEERRMSK_R
pub fn bbleerrmsk(&self) -> BBLEERRMSK_R
Bit 12 - Babble Error interrupt Mask
Methods from Deref<Target = R<DOEPMSK_SPEC>>§
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