Struct esp32s3_hal::pac::usb0::hcint3::R
pub struct R(_);
Expand description
Register HCINT3
reader
Implementations§
§impl R
impl R
pub fn h_xfercompl3(&self) -> BitReaderRaw<bool>
pub fn h_xfercompl3(&self) -> BitReaderRaw<bool>
Bit 0
pub fn h_xacterr3(&self) -> BitReaderRaw<bool>
pub fn h_xacterr3(&self) -> BitReaderRaw<bool>
Bit 7
pub fn h_frmovrun3(&self) -> BitReaderRaw<bool>
pub fn h_frmovrun3(&self) -> BitReaderRaw<bool>
Bit 9
pub fn h_datatglerr3(&self) -> BitReaderRaw<bool>
pub fn h_datatglerr3(&self) -> BitReaderRaw<bool>
Bit 10
pub fn h_bnaintr3(&self) -> BitReaderRaw<bool>
pub fn h_bnaintr3(&self) -> BitReaderRaw<bool>
Bit 11
pub fn h_xcs_xact_err3(&self) -> BitReaderRaw<bool>
pub fn h_xcs_xact_err3(&self) -> BitReaderRaw<bool>
Bit 12
pub fn h_desc_lst_rollintr3(&self) -> BitReaderRaw<bool>
pub fn h_desc_lst_rollintr3(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<HCINT3_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<HCINT3_SPEC>> for R
impl From<R<HCINT3_SPEC>> for R
§fn from(reader: R<HCINT3_SPEC>) -> R
fn from(reader: R<HCINT3_SPEC>) -> R
Converts to this type from the input type.