Enum Eei11
pub enum Eei11 {
_0 = 0,
_1 = 1,
}Expand description
Enable Error Interrupt 11
Value on reset: 0
Variants§
_0 = 0
0: The error signal for corresponding channel does not generate an error interrupt
_1 = 1
1: The assertion of the error signal for corresponding channel generates an error interrupt request
Trait Implementations§
impl Copy for Eei11
impl Eq for Eei11
impl StructuralPartialEq for Eei11
Auto Trait Implementations§
impl Freeze for Eei11
impl RefUnwindSafe for Eei11
impl Send for Eei11
impl Sync for Eei11
impl Unpin for Eei11
impl UnwindSafe for Eei11
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