Struct esp32_hal::pac::twai::err_warning_limit::R
pub struct R(_);
Expand description
Register ERR_WARNING_LIMIT
reader
Implementations§
§impl R
impl R
pub fn err_warning_limit(&self) -> FieldReaderRaw<u8, u8>
pub fn err_warning_limit(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Error warning threshold. In the case when any of a error counter value exceeds the threshold, or all the error counter values are below the threshold, an error warning interrupt will be triggered (given the enable signal is valid).
Methods from Deref<Target = R<ERR_WARNING_LIMIT_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<ERR_WARNING_LIMIT_SPEC>> for R
impl From<R<ERR_WARNING_LIMIT_SPEC>> for R
§fn from(reader: R<ERR_WARNING_LIMIT_SPEC>) -> R
fn from(reader: R<ERR_WARNING_LIMIT_SPEC>) -> R
Converts to this type from the input type.