pub enum APMS {
NotStopOnMatch = 0,
StopOnMatch = 1,
}
Expand description
Automatic poll mode stop
Value on reset: 0
Variants§
NotStopOnMatch = 0
0: Automatic polling mode is stopped only by abort or by disabling the QUADSPI.
StopOnMatch = 1
1: Automatic polling mode stops as soon as there is a match.
Trait Implementations§
impl Copy for APMS
impl Eq for APMS
impl StructuralPartialEq for APMS
Auto Trait Implementations§
impl Freeze for APMS
impl RefUnwindSafe for APMS
impl Send for APMS
impl Sync for APMS
impl Unpin for APMS
impl UnwindSafe for APMS
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