Struct esp32s3_hal::pac::usb0::gintsts::R
pub struct R(_);
Expand description
Register GINTSTS
reader
Implementations§
§impl R
impl R
pub fn curmod_int(&self) -> BitReaderRaw<bool>
pub fn curmod_int(&self) -> BitReaderRaw<bool>
Bit 0
pub fn goutnakeff(&self) -> BitReaderRaw<bool>
pub fn goutnakeff(&self) -> BitReaderRaw<bool>
Bit 7
pub fn isooutdrop(&self) -> BitReaderRaw<bool>
pub fn isooutdrop(&self) -> BitReaderRaw<bool>
Bit 14
pub fn incompisoin(&self) -> BitReaderRaw<bool>
pub fn incompisoin(&self) -> BitReaderRaw<bool>
Bit 20
pub fn conidstschng(&self) -> BitReaderRaw<bool>
pub fn conidstschng(&self) -> BitReaderRaw<bool>
Bit 28
pub fn disconnint(&self) -> BitReaderRaw<bool>
pub fn disconnint(&self) -> BitReaderRaw<bool>
Bit 29
pub fn sessreqint(&self) -> BitReaderRaw<bool>
pub fn sessreqint(&self) -> BitReaderRaw<bool>
Bit 30
Methods from Deref<Target = R<GINTSTS_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<GINTSTS_SPEC>> for R
impl From<R<GINTSTS_SPEC>> for R
§fn from(reader: R<GINTSTS_SPEC>) -> R
fn from(reader: R<GINTSTS_SPEC>) -> R
Converts to this type from the input type.