Enum Rdcollie
pub enum Rdcollie {
_0 = 0,
_1 = 1,
}Expand description
Read Collision Error Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Read collision error interrupt disabled
_1 = 1
1: Read collision error interrupt enabled. An interrupt request is generated whenever an FTFC read collision error is detected (see the description of FSTAT[RDCOLERR]).
Trait Implementations§
impl Copy for Rdcollie
impl Eq for Rdcollie
impl StructuralPartialEq for Rdcollie
Auto Trait Implementations§
impl Freeze for Rdcollie
impl RefUnwindSafe for Rdcollie
impl Send for Rdcollie
impl Sync for Rdcollie
impl Unpin for Rdcollie
impl UnwindSafe for Rdcollie
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