Struct esp32s3_hal::pac::usb0::hcint0::R
pub struct R(_);
Expand description
Register HCINT0
reader
Implementations§
§impl R
impl R
pub fn h_xfercompl0(&self) -> BitReaderRaw<bool>
pub fn h_xfercompl0(&self) -> BitReaderRaw<bool>
Bit 0
pub fn h_xacterr0(&self) -> BitReaderRaw<bool>
pub fn h_xacterr0(&self) -> BitReaderRaw<bool>
Bit 7
pub fn h_frmovrun0(&self) -> BitReaderRaw<bool>
pub fn h_frmovrun0(&self) -> BitReaderRaw<bool>
Bit 9
pub fn h_datatglerr0(&self) -> BitReaderRaw<bool>
pub fn h_datatglerr0(&self) -> BitReaderRaw<bool>
Bit 10
pub fn h_bnaintr0(&self) -> BitReaderRaw<bool>
pub fn h_bnaintr0(&self) -> BitReaderRaw<bool>
Bit 11
pub fn h_xcs_xact_err0(&self) -> BitReaderRaw<bool>
pub fn h_xcs_xact_err0(&self) -> BitReaderRaw<bool>
Bit 12
pub fn h_desc_lst_rollintr0(&self) -> BitReaderRaw<bool>
pub fn h_desc_lst_rollintr0(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<HCINT0_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<HCINT0_SPEC>> for R
impl From<R<HCINT0_SPEC>> for R
§fn from(reader: R<HCINT0_SPEC>) -> R
fn from(reader: R<HCINT0_SPEC>) -> R
Converts to this type from the input type.