Struct esp32s3_hal::pac::usb0::diepint3::R
pub struct R(_);
Expand description
Register DIEPINT3
reader
Implementations§
§impl R
impl R
pub fn d_xfercompl3(&self) -> BitReaderRaw<bool>
pub fn d_xfercompl3(&self) -> BitReaderRaw<bool>
Bit 0
pub fn d_epdisbld3(&self) -> BitReaderRaw<bool>
pub fn d_epdisbld3(&self) -> BitReaderRaw<bool>
Bit 1
pub fn d_timeout3(&self) -> BitReaderRaw<bool>
pub fn d_timeout3(&self) -> BitReaderRaw<bool>
Bit 3
pub fn d_intkntxfemp3(&self) -> BitReaderRaw<bool>
pub fn d_intkntxfemp3(&self) -> BitReaderRaw<bool>
Bit 4
pub fn d_intknepmis3(&self) -> BitReaderRaw<bool>
pub fn d_intknepmis3(&self) -> BitReaderRaw<bool>
Bit 5
pub fn d_inepnakeff3(&self) -> BitReaderRaw<bool>
pub fn d_inepnakeff3(&self) -> BitReaderRaw<bool>
Bit 6
pub fn d_txfifoundrn3(&self) -> BitReaderRaw<bool>
pub fn d_txfifoundrn3(&self) -> BitReaderRaw<bool>
Bit 8
pub fn d_bnaintr3(&self) -> BitReaderRaw<bool>
pub fn d_bnaintr3(&self) -> BitReaderRaw<bool>
Bit 9
pub fn d_pktdrpsts3(&self) -> BitReaderRaw<bool>
pub fn d_pktdrpsts3(&self) -> BitReaderRaw<bool>
Bit 11
pub fn d_bbleerr3(&self) -> BitReaderRaw<bool>
pub fn d_bbleerr3(&self) -> BitReaderRaw<bool>
Bit 12
pub fn d_nakintrpt3(&self) -> BitReaderRaw<bool>
pub fn d_nakintrpt3(&self) -> BitReaderRaw<bool>
Bit 13
pub fn d_nyetintrpt3(&self) -> BitReaderRaw<bool>
pub fn d_nyetintrpt3(&self) -> BitReaderRaw<bool>
Bit 14
Methods from Deref<Target = R<DIEPINT3_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<DIEPINT3_SPEC>> for R
impl From<R<DIEPINT3_SPEC>> for R
§fn from(reader: R<DIEPINT3_SPEC>) -> R
fn from(reader: R<DIEPINT3_SPEC>) -> R
Converts to this type from the input type.