Struct esp32s3_hal::pac::usb0::doepint2::R
pub struct R(_);
Expand description
Register DOEPINT2
reader
Implementations§
§impl R
impl R
pub fn xfercompl2(&self) -> BitReaderRaw<bool>
pub fn xfercompl2(&self) -> BitReaderRaw<bool>
Bit 0
pub fn outtknepdis2(&self) -> BitReaderRaw<bool>
pub fn outtknepdis2(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvd2(&self) -> BitReaderRaw<bool>
pub fn stsphsercvd2(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup2(&self) -> BitReaderRaw<bool>
pub fn back2backsetup2(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterr2(&self) -> BitReaderRaw<bool>
pub fn outpkterr2(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pktdrpsts2(&self) -> BitReaderRaw<bool>
pub fn pktdrpsts2(&self) -> BitReaderRaw<bool>
Bit 11
pub fn nakintrpt2(&self) -> BitReaderRaw<bool>
pub fn nakintrpt2(&self) -> BitReaderRaw<bool>
Bit 13
pub fn nyepintrpt2(&self) -> BitReaderRaw<bool>
pub fn nyepintrpt2(&self) -> BitReaderRaw<bool>
Bit 14
pub fn stuppktrcvd2(&self) -> BitReaderRaw<bool>
pub fn stuppktrcvd2(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<DOEPINT2_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<DOEPINT2_SPEC>> for R
impl From<R<DOEPINT2_SPEC>> for R
§fn from(reader: R<DOEPINT2_SPEC>) -> R
fn from(reader: R<DOEPINT2_SPEC>) -> R
Converts to this type from the input type.