Struct esp32s3_hal::pac::usb0::diepint0::R
pub struct R(_);
Expand description
Register DIEPINT0
reader
Implementations§
§impl R
impl R
pub fn d_xfercompl0(&self) -> BitReaderRaw<bool>
pub fn d_xfercompl0(&self) -> BitReaderRaw<bool>
Bit 0
pub fn d_epdisbld0(&self) -> BitReaderRaw<bool>
pub fn d_epdisbld0(&self) -> BitReaderRaw<bool>
Bit 1
pub fn d_timeout0(&self) -> BitReaderRaw<bool>
pub fn d_timeout0(&self) -> BitReaderRaw<bool>
Bit 3
pub fn d_intkntxfemp0(&self) -> BitReaderRaw<bool>
pub fn d_intkntxfemp0(&self) -> BitReaderRaw<bool>
Bit 4
pub fn d_intknepmis0(&self) -> BitReaderRaw<bool>
pub fn d_intknepmis0(&self) -> BitReaderRaw<bool>
Bit 5
pub fn d_inepnakeff0(&self) -> BitReaderRaw<bool>
pub fn d_inepnakeff0(&self) -> BitReaderRaw<bool>
Bit 6
pub fn d_txfifoundrn0(&self) -> BitReaderRaw<bool>
pub fn d_txfifoundrn0(&self) -> BitReaderRaw<bool>
Bit 8
pub fn d_bnaintr0(&self) -> BitReaderRaw<bool>
pub fn d_bnaintr0(&self) -> BitReaderRaw<bool>
Bit 9
pub fn d_pktdrpsts0(&self) -> BitReaderRaw<bool>
pub fn d_pktdrpsts0(&self) -> BitReaderRaw<bool>
Bit 11
pub fn d_bbleerr0(&self) -> BitReaderRaw<bool>
pub fn d_bbleerr0(&self) -> BitReaderRaw<bool>
Bit 12
pub fn d_nakintrpt0(&self) -> BitReaderRaw<bool>
pub fn d_nakintrpt0(&self) -> BitReaderRaw<bool>
Bit 13
pub fn d_nyetintrpt0(&self) -> BitReaderRaw<bool>
pub fn d_nyetintrpt0(&self) -> BitReaderRaw<bool>
Bit 14
Methods from Deref<Target = R<DIEPINT0_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<DIEPINT0_SPEC>> for R
impl From<R<DIEPINT0_SPEC>> for R
§fn from(reader: R<DIEPINT0_SPEC>) -> R
fn from(reader: R<DIEPINT0_SPEC>) -> R
Converts to this type from the input type.