Struct esp32s3_hal::pac::usb0::hcintmsk5::R
pub struct R(_);
Expand description
Register HCINTMSK5
reader
Implementations§
§impl R
impl R
pub fn h_xfercomplmsk5(&self) -> BitReaderRaw<bool>
pub fn h_xfercomplmsk5(&self) -> BitReaderRaw<bool>
Bit 0
pub fn h_chhltdmsk5(&self) -> BitReaderRaw<bool>
pub fn h_chhltdmsk5(&self) -> BitReaderRaw<bool>
Bit 1
pub fn h_ahberrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_ahberrmsk5(&self) -> BitReaderRaw<bool>
Bit 2
pub fn h_stallmsk5(&self) -> BitReaderRaw<bool>
pub fn h_stallmsk5(&self) -> BitReaderRaw<bool>
Bit 3
pub fn h_nyetmsk5(&self) -> BitReaderRaw<bool>
pub fn h_nyetmsk5(&self) -> BitReaderRaw<bool>
Bit 6
pub fn h_xacterrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_xacterrmsk5(&self) -> BitReaderRaw<bool>
Bit 7
pub fn h_bblerrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_bblerrmsk5(&self) -> BitReaderRaw<bool>
Bit 8
pub fn h_frmovrunmsk5(&self) -> BitReaderRaw<bool>
pub fn h_frmovrunmsk5(&self) -> BitReaderRaw<bool>
Bit 9
pub fn h_datatglerrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_datatglerrmsk5(&self) -> BitReaderRaw<bool>
Bit 10
pub fn h_bnaintrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_bnaintrmsk5(&self) -> BitReaderRaw<bool>
Bit 11
pub fn h_desc_lst_rollintrmsk5(&self) -> BitReaderRaw<bool>
pub fn h_desc_lst_rollintrmsk5(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<HCINTMSK5_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<HCINTMSK5_SPEC>> for R
impl From<R<HCINTMSK5_SPEC>> for R
§fn from(reader: R<HCINTMSK5_SPEC>) -> R
fn from(reader: R<HCINTMSK5_SPEC>) -> R
Converts to this type from the input type.