Struct esp32s3_hal::pac::usb0::doepmsk::R
pub struct R(_);
Expand description
Register DOEPMSK
reader
Implementations§
§impl R
impl R
pub fn xfercomplmsk(&self) -> BitReaderRaw<bool>
pub fn xfercomplmsk(&self) -> BitReaderRaw<bool>
Bit 0
pub fn epdisbldmsk(&self) -> BitReaderRaw<bool>
pub fn epdisbldmsk(&self) -> BitReaderRaw<bool>
Bit 1
pub fn outtknepdismsk(&self) -> BitReaderRaw<bool>
pub fn outtknepdismsk(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvdmsk(&self) -> BitReaderRaw<bool>
pub fn stsphsercvdmsk(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup(&self) -> BitReaderRaw<bool>
pub fn back2backsetup(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterrmsk(&self) -> BitReaderRaw<bool>
pub fn outpkterrmsk(&self) -> BitReaderRaw<bool>
Bit 8
pub fn bnaoutintrmsk(&self) -> BitReaderRaw<bool>
pub fn bnaoutintrmsk(&self) -> BitReaderRaw<bool>
Bit 9
pub fn bbleerrmsk(&self) -> BitReaderRaw<bool>
pub fn bbleerrmsk(&self) -> BitReaderRaw<bool>
Bit 12
Methods from Deref<Target = R<DOEPMSK_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<DOEPMSK_SPEC>> for R
impl From<R<DOEPMSK_SPEC>> for R
§fn from(reader: R<DOEPMSK_SPEC>) -> R
fn from(reader: R<DOEPMSK_SPEC>) -> R
Converts to this type from the input type.