Enum Eei6
pub enum Eei6 {
_0 = 0,
_1 = 1,
}Expand description
Enable Error Interrupt 6
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 Eei6
impl Eq for Eei6
impl StructuralPartialEq for Eei6
Auto Trait Implementations§
impl Freeze for Eei6
impl RefUnwindSafe for Eei6
impl Send for Eei6
impl Sync for Eei6
impl Unpin for Eei6
impl UnwindSafe for Eei6
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