Struct esp32s3_hal::pac::usb0::hcint7::R
pub struct R(_);
Expand description
Register HCINT7
reader
Implementations§
§impl R
impl R
pub fn h_xfercompl7(&self) -> BitReaderRaw<bool>
pub fn h_xfercompl7(&self) -> BitReaderRaw<bool>
Bit 0
pub fn h_xacterr7(&self) -> BitReaderRaw<bool>
pub fn h_xacterr7(&self) -> BitReaderRaw<bool>
Bit 7
pub fn h_frmovrun7(&self) -> BitReaderRaw<bool>
pub fn h_frmovrun7(&self) -> BitReaderRaw<bool>
Bit 9
pub fn h_datatglerr7(&self) -> BitReaderRaw<bool>
pub fn h_datatglerr7(&self) -> BitReaderRaw<bool>
Bit 10
pub fn h_bnaintr7(&self) -> BitReaderRaw<bool>
pub fn h_bnaintr7(&self) -> BitReaderRaw<bool>
Bit 11
pub fn h_xcs_xact_err7(&self) -> BitReaderRaw<bool>
pub fn h_xcs_xact_err7(&self) -> BitReaderRaw<bool>
Bit 12
pub fn h_desc_lst_rollintr7(&self) -> BitReaderRaw<bool>
pub fn h_desc_lst_rollintr7(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<HCINT7_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<HCINT7_SPEC>> for R
impl From<R<HCINT7_SPEC>> for R
§fn from(reader: R<HCINT7_SPEC>) -> R
fn from(reader: R<HCINT7_SPEC>) -> R
Converts to this type from the input type.