Struct esp32s3_hal::pac::usb0::ghwcfg2::R
pub struct R(_);
Expand description
Register GHWCFG2
reader
Implementations§
§impl R
impl R
pub fn numhstchnl(&self) -> FieldReaderRaw<u8, u8>
pub fn numhstchnl(&self) -> FieldReaderRaw<u8, u8>
Bits 14:17
pub fn periosupport(&self) -> BitReaderRaw<bool>
pub fn periosupport(&self) -> BitReaderRaw<bool>
Bit 18
pub fn dynfifosizing(&self) -> BitReaderRaw<bool>
pub fn dynfifosizing(&self) -> BitReaderRaw<bool>
Bit 19
pub fn multiprocintrpt(&self) -> BitReaderRaw<bool>
pub fn multiprocintrpt(&self) -> BitReaderRaw<bool>
Bit 20
pub fn nptxqdepth(&self) -> FieldReaderRaw<u8, u8>
pub fn nptxqdepth(&self) -> FieldReaderRaw<u8, u8>
Bits 22:23
pub fn otg_enable_ic_usb(&self) -> BitReaderRaw<bool>
pub fn otg_enable_ic_usb(&self) -> BitReaderRaw<bool>
Bit 31
Methods from Deref<Target = R<GHWCFG2_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<GHWCFG2_SPEC>> for R
impl From<R<GHWCFG2_SPEC>> for R
§fn from(reader: R<GHWCFG2_SPEC>) -> R
fn from(reader: R<GHWCFG2_SPEC>) -> R
Converts to this type from the input type.