Struct esp32s3_hal::pac::usb0::diepctl5::R
pub struct R(_);
Expand description
Register DIEPCTL5
reader
Implementations§
§impl R
impl R
pub fn di_usbactep5(&self) -> BitReaderRaw<bool>
pub fn di_usbactep5(&self) -> BitReaderRaw<bool>
Bit 15
pub fn di_naksts5(&self) -> BitReaderRaw<bool>
pub fn di_naksts5(&self) -> BitReaderRaw<bool>
Bit 17
pub fn di_eptype5(&self) -> FieldReaderRaw<u8, u8>
pub fn di_eptype5(&self) -> FieldReaderRaw<u8, u8>
Bits 18:19
pub fn di_txfnum5(&self) -> FieldReaderRaw<u8, u8>
pub fn di_txfnum5(&self) -> FieldReaderRaw<u8, u8>
Bits 22:25
Methods from Deref<Target = R<DIEPCTL5_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<DIEPCTL5_SPEC>> for R
impl From<R<DIEPCTL5_SPEC>> for R
§fn from(reader: R<DIEPCTL5_SPEC>) -> R
fn from(reader: R<DIEPCTL5_SPEC>) -> R
Converts to this type from the input type.