Struct esp32s3_hal::pac::usb0::ghwcfg4::R
pub struct R(_);
Expand description
Register GHWCFG4
reader
Implementations§
§impl R
impl R
pub fn g_numdevperioeps(&self) -> FieldReaderRaw<u8, u8>
pub fn g_numdevperioeps(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3
pub fn g_partialpwrdn(&self) -> BitReaderRaw<bool>
pub fn g_partialpwrdn(&self) -> BitReaderRaw<bool>
Bit 4
pub fn g_hibernation(&self) -> BitReaderRaw<bool>
pub fn g_hibernation(&self) -> BitReaderRaw<bool>
Bit 6
pub fn g_extendedhibernation(&self) -> BitReaderRaw<bool>
pub fn g_extendedhibernation(&self) -> BitReaderRaw<bool>
Bit 7
pub fn g_enhancedlpmsupt(&self) -> BitReaderRaw<bool>
pub fn g_enhancedlpmsupt(&self) -> BitReaderRaw<bool>
Bit 13
pub fn g_phydatawidth(&self) -> FieldReaderRaw<u8, u8>
pub fn g_phydatawidth(&self) -> FieldReaderRaw<u8, u8>
Bits 14:15
pub fn g_numctleps(&self) -> FieldReaderRaw<u8, u8>
pub fn g_numctleps(&self) -> FieldReaderRaw<u8, u8>
Bits 16:19
pub fn g_iddqfltr(&self) -> BitReaderRaw<bool>
pub fn g_iddqfltr(&self) -> BitReaderRaw<bool>
Bit 20
pub fn g_vbusvalidfltr(&self) -> BitReaderRaw<bool>
pub fn g_vbusvalidfltr(&self) -> BitReaderRaw<bool>
Bit 21
pub fn g_avalidfltr(&self) -> BitReaderRaw<bool>
pub fn g_avalidfltr(&self) -> BitReaderRaw<bool>
Bit 22
pub fn g_bvalidfltr(&self) -> BitReaderRaw<bool>
pub fn g_bvalidfltr(&self) -> BitReaderRaw<bool>
Bit 23
pub fn g_sessendfltr(&self) -> BitReaderRaw<bool>
pub fn g_sessendfltr(&self) -> BitReaderRaw<bool>
Bit 24
pub fn g_dedfifomode(&self) -> BitReaderRaw<bool>
pub fn g_dedfifomode(&self) -> BitReaderRaw<bool>
Bit 25
pub fn g_descdmaenabled(&self) -> BitReaderRaw<bool>
pub fn g_descdmaenabled(&self) -> BitReaderRaw<bool>
Bit 30
Methods from Deref<Target = R<GHWCFG4_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<GHWCFG4_SPEC>> for R
impl From<R<GHWCFG4_SPEC>> for R
§fn from(reader: R<GHWCFG4_SPEC>) -> R
fn from(reader: R<GHWCFG4_SPEC>) -> R
Converts to this type from the input type.