Struct esp32s3_hal::pac::usb0::doepint5::R
pub struct R(_);
Expand description
Register DOEPINT5
reader
Implementations§
§impl R
impl R
pub fn xfercompl5(&self) -> BitReaderRaw<bool>
pub fn xfercompl5(&self) -> BitReaderRaw<bool>
Bit 0
pub fn outtknepdis5(&self) -> BitReaderRaw<bool>
pub fn outtknepdis5(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvd5(&self) -> BitReaderRaw<bool>
pub fn stsphsercvd5(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup5(&self) -> BitReaderRaw<bool>
pub fn back2backsetup5(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterr5(&self) -> BitReaderRaw<bool>
pub fn outpkterr5(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pktdrpsts5(&self) -> BitReaderRaw<bool>
pub fn pktdrpsts5(&self) -> BitReaderRaw<bool>
Bit 11
pub fn nakintrpt5(&self) -> BitReaderRaw<bool>
pub fn nakintrpt5(&self) -> BitReaderRaw<bool>
Bit 13
pub fn nyepintrpt5(&self) -> BitReaderRaw<bool>
pub fn nyepintrpt5(&self) -> BitReaderRaw<bool>
Bit 14
pub fn stuppktrcvd5(&self) -> BitReaderRaw<bool>
pub fn stuppktrcvd5(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<DOEPINT5_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<DOEPINT5_SPEC>> for R
impl From<R<DOEPINT5_SPEC>> for R
§fn from(reader: R<DOEPINT5_SPEC>) -> R
fn from(reader: R<DOEPINT5_SPEC>) -> R
Converts to this type from the input type.