Struct esp32s3_hal::pac::usb0::doepint0::R
pub struct R(_);
Expand description
Register DOEPINT0
reader
Implementations§
§impl R
impl R
pub fn xfercompl0(&self) -> BitReaderRaw<bool>
pub fn xfercompl0(&self) -> BitReaderRaw<bool>
Bit 0
pub fn outtknepdis0(&self) -> BitReaderRaw<bool>
pub fn outtknepdis0(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvd0(&self) -> BitReaderRaw<bool>
pub fn stsphsercvd0(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup0(&self) -> BitReaderRaw<bool>
pub fn back2backsetup0(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterr0(&self) -> BitReaderRaw<bool>
pub fn outpkterr0(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pktdrpsts0(&self) -> BitReaderRaw<bool>
pub fn pktdrpsts0(&self) -> BitReaderRaw<bool>
Bit 11
pub fn nakintrpt0(&self) -> BitReaderRaw<bool>
pub fn nakintrpt0(&self) -> BitReaderRaw<bool>
Bit 13
pub fn nyepintrpt0(&self) -> BitReaderRaw<bool>
pub fn nyepintrpt0(&self) -> BitReaderRaw<bool>
Bit 14
pub fn stuppktrcvd0(&self) -> BitReaderRaw<bool>
pub fn stuppktrcvd0(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<DOEPINT0_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<DOEPINT0_SPEC>> for R
impl From<R<DOEPINT0_SPEC>> for R
§fn from(reader: R<DOEPINT0_SPEC>) -> R
fn from(reader: R<DOEPINT0_SPEC>) -> R
Converts to this type from the input type.