Struct esp32s3_hal::pac::usb0::hcint6::R
pub struct R(_);
Expand description
Register HCINT6
reader
Implementations§
§impl R
impl R
pub fn h_xfercompl6(&self) -> BitReaderRaw<bool>
pub fn h_xfercompl6(&self) -> BitReaderRaw<bool>
Bit 0
pub fn h_xacterr6(&self) -> BitReaderRaw<bool>
pub fn h_xacterr6(&self) -> BitReaderRaw<bool>
Bit 7
pub fn h_frmovrun6(&self) -> BitReaderRaw<bool>
pub fn h_frmovrun6(&self) -> BitReaderRaw<bool>
Bit 9
pub fn h_datatglerr6(&self) -> BitReaderRaw<bool>
pub fn h_datatglerr6(&self) -> BitReaderRaw<bool>
Bit 10
pub fn h_bnaintr6(&self) -> BitReaderRaw<bool>
pub fn h_bnaintr6(&self) -> BitReaderRaw<bool>
Bit 11
pub fn h_xcs_xact_err6(&self) -> BitReaderRaw<bool>
pub fn h_xcs_xact_err6(&self) -> BitReaderRaw<bool>
Bit 12
pub fn h_desc_lst_rollintr6(&self) -> BitReaderRaw<bool>
pub fn h_desc_lst_rollintr6(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<HCINT6_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<HCINT6_SPEC>> for R
impl From<R<HCINT6_SPEC>> for R
§fn from(reader: R<HCINT6_SPEC>) -> R
fn from(reader: R<HCINT6_SPEC>) -> R
Converts to this type from the input type.