Struct esp32s3::twai::err_warning_limit::R   
source · pub struct R(_);Expand description
Register ERR_WARNING_LIMIT reader
Implementations
sourceimpl R
 
impl R
sourcepub fn err_warning_limit(&self) -> ERR_WARNING_LIMIT_R
 
pub fn err_warning_limit(&self) -> ERR_WARNING_LIMIT_R
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>>
Trait Implementations
sourceimpl From<R<ERR_WARNING_LIMIT_SPEC>> for R
 
impl From<R<ERR_WARNING_LIMIT_SPEC>> for R
sourcefn from(reader: R<ERR_WARNING_LIMIT_SPEC>) -> Self
 
fn from(reader: R<ERR_WARNING_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more