pub enum ERRIE {
Disabled = 0,
Enabled = 1,
}
Expand description
ERRIE
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt will be generated when an error condition is pending in the CAN_ESR
Enabled = 1
1: An interrupt will be generation when an error condition is pending in the CAN_ESR
Trait Implementations§
impl Copy for ERRIE
impl Eq for ERRIE
impl StructuralPartialEq for ERRIE
Auto Trait Implementations§
impl Freeze for ERRIE
impl RefUnwindSafe for ERRIE
impl Send for ERRIE
impl Sync for ERRIE
impl Unpin for ERRIE
impl UnwindSafe for ERRIE
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