pub enum ERRIE {
Masked = 0,
NotMasked = 1,
}
Expand description
Error interrupt enable This bit controls the generation of an interrupt when an error condition occurs (CRCERR, OVR, MODF in SPI mode, FRE at TI mode and UDR, OVR, and FRE in I2S mode).
Value on reset: 0
Variants§
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