pub enum TEIF1_A {
NOERROR = 0,
ERROR = 1,
}Expand description
Channel x transfer error flag (x = 1 ..7)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TEIF1_A
impl StructuralPartialEq for TEIF1_A
Auto Trait Implementations§
impl Freeze for TEIF1_A
impl RefUnwindSafe for TEIF1_A
impl Send for TEIF1_A
impl Sync for TEIF1_A
impl Unpin for TEIF1_A
impl UnwindSafe for TEIF1_A
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