Struct esp32_hal::pac::twai::arb_lost_cap::R
pub struct R(_);
Expand description
Register ARB_LOST_CAP
reader
Implementations§
§impl R
impl R
pub fn arb_lost_cap(&self) -> FieldReaderRaw<u8, u8>
pub fn arb_lost_cap(&self) -> FieldReaderRaw<u8, u8>
Bits 0:4 - This register contains information about the bit position of lost arbitration.
Methods from Deref<Target = R<ARB_LOST_CAP_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<ARB_LOST_CAP_SPEC>> for R
impl From<R<ARB_LOST_CAP_SPEC>> for R
§fn from(reader: R<ARB_LOST_CAP_SPEC>) -> R
fn from(reader: R<ARB_LOST_CAP_SPEC>) -> R
Converts to this type from the input type.