#[repr(u8)]pub enum EofIntEn {
EOF_INT_EN_0 = 0,
EOF_INT_EN_1 = 1,
}Variants§
EOF_INT_EN_0 = 0
EOF interrupt is disabled.
EOF_INT_EN_1 = 1
EOF interrupt is generated when RX count value is reached.
Implementations§
Trait Implementations§
Source§impl Ord for EofIntEn
impl Ord for EofIntEn
Source§impl PartialOrd for EofIntEn
impl PartialOrd for EofIntEn
impl Copy for EofIntEn
impl Eq for EofIntEn
impl StructuralPartialEq for EofIntEn
Auto Trait Implementations§
impl Freeze for EofIntEn
impl RefUnwindSafe for EofIntEn
impl Send for EofIntEn
impl Sync for EofIntEn
impl Unpin for EofIntEn
impl UnwindSafe for EofIntEn
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