Struct esp32s3_hal::pac::usb0::gusbcfg::R
pub struct R(_);
Expand description
Register GUSBCFG
reader
Implementations§
§impl R
impl R
pub fn ulpi_utmi_sel(&self) -> BitReaderRaw<bool>
pub fn ulpi_utmi_sel(&self) -> BitReaderRaw<bool>
Bit 4
pub fn termseldlpulse(&self) -> BitReaderRaw<bool>
pub fn termseldlpulse(&self) -> BitReaderRaw<bool>
Bit 22
pub fn txenddelay(&self) -> BitReaderRaw<bool>
pub fn txenddelay(&self) -> BitReaderRaw<bool>
Bit 28
pub fn forcehstmode(&self) -> BitReaderRaw<bool>
pub fn forcehstmode(&self) -> BitReaderRaw<bool>
Bit 29
pub fn forcedevmode(&self) -> BitReaderRaw<bool>
pub fn forcedevmode(&self) -> BitReaderRaw<bool>
Bit 30
pub fn corrupttxpkt(&self) -> BitReaderRaw<bool>
pub fn corrupttxpkt(&self) -> BitReaderRaw<bool>
Bit 31
Methods from Deref<Target = R<GUSBCFG_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<GUSBCFG_SPEC>> for R
impl From<R<GUSBCFG_SPEC>> for R
§fn from(reader: R<GUSBCFG_SPEC>) -> R
fn from(reader: R<GUSBCFG_SPEC>) -> R
Converts to this type from the input type.