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