Struct esp32s3::twai::err_warning_limit::W
source · pub struct W(_);
Expand description
Register ERR_WARNING_LIMIT
writer
Implementations
sourceimpl W
impl W
sourcepub fn err_warning_limit(&mut self) -> ERR_WARNING_LIMIT_W<'_, 0>
pub fn err_warning_limit(&mut self) -> ERR_WARNING_LIMIT_W<'_, 0>
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 = W<ERR_WARNING_LIMIT_SPEC>>
Trait Implementations
sourceimpl From<W<ERR_WARNING_LIMIT_SPEC>> for W
impl From<W<ERR_WARNING_LIMIT_SPEC>> for W
sourcefn from(writer: W<ERR_WARNING_LIMIT_SPEC>) -> Self
fn from(writer: W<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