Struct esp32s3_hal::pac::usb0::doepint1::R
pub struct R(_);
Expand description
Register DOEPINT1
reader
Implementations§
§impl R
impl R
pub fn xfercompl1(&self) -> BitReaderRaw<bool>
pub fn xfercompl1(&self) -> BitReaderRaw<bool>
Bit 0
pub fn outtknepdis1(&self) -> BitReaderRaw<bool>
pub fn outtknepdis1(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvd1(&self) -> BitReaderRaw<bool>
pub fn stsphsercvd1(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup1(&self) -> BitReaderRaw<bool>
pub fn back2backsetup1(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterr1(&self) -> BitReaderRaw<bool>
pub fn outpkterr1(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pktdrpsts1(&self) -> BitReaderRaw<bool>
pub fn pktdrpsts1(&self) -> BitReaderRaw<bool>
Bit 11
pub fn nakintrpt1(&self) -> BitReaderRaw<bool>
pub fn nakintrpt1(&self) -> BitReaderRaw<bool>
Bit 13
pub fn nyepintrpt1(&self) -> BitReaderRaw<bool>
pub fn nyepintrpt1(&self) -> BitReaderRaw<bool>
Bit 14
pub fn stuppktrcvd1(&self) -> BitReaderRaw<bool>
pub fn stuppktrcvd1(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<DOEPINT1_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<DOEPINT1_SPEC>> for R
impl From<R<DOEPINT1_SPEC>> for R
§fn from(reader: R<DOEPINT1_SPEC>) -> R
fn from(reader: R<DOEPINT1_SPEC>) -> R
Converts to this type from the input type.