Struct esp32s3_hal::pac::usb0::grstctl::R
pub struct R(_);
Expand description
Register GRSTCTL
reader
Implementations§
§impl R
impl R
pub fn piufssftrst(&self) -> BitReaderRaw<bool>
pub fn piufssftrst(&self) -> BitReaderRaw<bool>
Bit 1
pub fn frmcntrrst(&self) -> BitReaderRaw<bool>
pub fn frmcntrrst(&self) -> BitReaderRaw<bool>
Bit 2
Methods from Deref<Target = R<GRSTCTL_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<GRSTCTL_SPEC>> for R
impl From<R<GRSTCTL_SPEC>> for R
§fn from(reader: R<GRSTCTL_SPEC>) -> R
fn from(reader: R<GRSTCTL_SPEC>) -> R
Converts to this type from the input type.