Struct esp32s3_hal::pac::usb0::doepint6::R
pub struct R(_);
Expand description
Register DOEPINT6
reader
Implementations§
§impl R
impl R
pub fn xfercompl6(&self) -> BitReaderRaw<bool>
pub fn xfercompl6(&self) -> BitReaderRaw<bool>
Bit 0
pub fn outtknepdis6(&self) -> BitReaderRaw<bool>
pub fn outtknepdis6(&self) -> BitReaderRaw<bool>
Bit 4
pub fn stsphsercvd6(&self) -> BitReaderRaw<bool>
pub fn stsphsercvd6(&self) -> BitReaderRaw<bool>
Bit 5
pub fn back2backsetup6(&self) -> BitReaderRaw<bool>
pub fn back2backsetup6(&self) -> BitReaderRaw<bool>
Bit 6
pub fn outpkterr6(&self) -> BitReaderRaw<bool>
pub fn outpkterr6(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pktdrpsts6(&self) -> BitReaderRaw<bool>
pub fn pktdrpsts6(&self) -> BitReaderRaw<bool>
Bit 11
pub fn nakintrpt6(&self) -> BitReaderRaw<bool>
pub fn nakintrpt6(&self) -> BitReaderRaw<bool>
Bit 13
pub fn nyepintrpt6(&self) -> BitReaderRaw<bool>
pub fn nyepintrpt6(&self) -> BitReaderRaw<bool>
Bit 14
pub fn stuppktrcvd6(&self) -> BitReaderRaw<bool>
pub fn stuppktrcvd6(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<DOEPINT6_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<DOEPINT6_SPEC>> for R
impl From<R<DOEPINT6_SPEC>> for R
§fn from(reader: R<DOEPINT6_SPEC>) -> R
fn from(reader: R<DOEPINT6_SPEC>) -> R
Converts to this type from the input type.