Struct esp32h2::twai0::err_warning_limit::R
source · pub struct R(_);
Expand description
Register ERR_WARNING_LIMIT
reader
Implementations§
source§impl 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 - The threshold that trigger error warning interrupt when this interrupt is enabled. Software has R/W permission in reset mode and RO in operation mode.
Methods from Deref<Target = R<ERR_WARNING_LIMIT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more