Struct esp32s3_hal::pac::usb0::gintmsk::R
pub struct R(_);
Expand description
Register GINTMSK
reader
Implementations§
§impl R
impl R
pub fn modemismsk(&self) -> BitReaderRaw<bool>
pub fn modemismsk(&self) -> BitReaderRaw<bool>
Bit 1
pub fn nptxfempmsk(&self) -> BitReaderRaw<bool>
pub fn nptxfempmsk(&self) -> BitReaderRaw<bool>
Bit 5
pub fn ginnakeffmsk(&self) -> BitReaderRaw<bool>
pub fn ginnakeffmsk(&self) -> BitReaderRaw<bool>
Bit 6
pub fn goutnackeffmsk(&self) -> BitReaderRaw<bool>
pub fn goutnackeffmsk(&self) -> BitReaderRaw<bool>
Bit 7
pub fn erlysuspmsk(&self) -> BitReaderRaw<bool>
pub fn erlysuspmsk(&self) -> BitReaderRaw<bool>
Bit 10
pub fn usbsuspmsk(&self) -> BitReaderRaw<bool>
pub fn usbsuspmsk(&self) -> BitReaderRaw<bool>
Bit 11
pub fn enumdonemsk(&self) -> BitReaderRaw<bool>
pub fn enumdonemsk(&self) -> BitReaderRaw<bool>
Bit 13
pub fn isooutdropmsk(&self) -> BitReaderRaw<bool>
pub fn isooutdropmsk(&self) -> BitReaderRaw<bool>
Bit 14
pub fn incompisoinmsk(&self) -> BitReaderRaw<bool>
pub fn incompisoinmsk(&self) -> BitReaderRaw<bool>
Bit 20
pub fn incompipmsk(&self) -> BitReaderRaw<bool>
pub fn incompipmsk(&self) -> BitReaderRaw<bool>
Bit 21
pub fn fetsuspmsk(&self) -> BitReaderRaw<bool>
pub fn fetsuspmsk(&self) -> BitReaderRaw<bool>
Bit 22
pub fn resetdetmsk(&self) -> BitReaderRaw<bool>
pub fn resetdetmsk(&self) -> BitReaderRaw<bool>
Bit 23
pub fn ptxfempmsk(&self) -> BitReaderRaw<bool>
pub fn ptxfempmsk(&self) -> BitReaderRaw<bool>
Bit 26
pub fn conidstschngmsk(&self) -> BitReaderRaw<bool>
pub fn conidstschngmsk(&self) -> BitReaderRaw<bool>
Bit 28
pub fn disconnintmsk(&self) -> BitReaderRaw<bool>
pub fn disconnintmsk(&self) -> BitReaderRaw<bool>
Bit 29
pub fn sessreqintmsk(&self) -> BitReaderRaw<bool>
pub fn sessreqintmsk(&self) -> BitReaderRaw<bool>
Bit 30
pub fn wkupintmsk(&self) -> BitReaderRaw<bool>
pub fn wkupintmsk(&self) -> BitReaderRaw<bool>
Bit 31
Methods from Deref<Target = R<GINTMSK_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<GINTMSK_SPEC>> for R
impl From<R<GINTMSK_SPEC>> for R
§fn from(reader: R<GINTMSK_SPEC>) -> R
fn from(reader: R<GINTMSK_SPEC>) -> R
Converts to this type from the input type.