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