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