Enum stm32_metapac::xspi::vals::Apms
#[repr(u8)]pub enum Apms {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Automatic status-polling mode is stopped only by abort or by disabling the XSPI.
B_0X1 = 1
Automatic status-polling mode stops as soon as there is a match.
Implementations§
Trait Implementations§
§impl Ord for Apms
impl Ord for Apms
§impl PartialOrd for Apms
impl PartialOrd for Apms
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)