pub enum CTEF {
Clear = 1,
}
Expand description
Clear transfer error flag
Value on reset: 0
Variants§
Clear = 1
1: clears the TEF flag in the QUADSPI_SR register
Trait Implementations§
impl Copy for CTEF
impl Eq for CTEF
impl StructuralPartialEq for CTEF
Auto Trait Implementations§
impl Freeze for CTEF
impl RefUnwindSafe for CTEF
impl Send for CTEF
impl Sync for CTEF
impl Unpin for CTEF
impl UnwindSafe for CTEF
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