Enum stm32_metapac::xspi::vals::Fmode
#[repr(u8)]pub enum Fmode {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}
Variants§
B_0X0 = 0
indirect-write mode
B_0X1 = 1
indirect-read mode
B_0X2 = 2
automatic status-polling mode
B_0X3 = 3
memory-mapped mode
Implementations§
Trait Implementations§
§impl Ord for Fmode
impl Ord for Fmode
§impl PartialOrd for Fmode
impl PartialOrd for Fmode
impl Copy for Fmode
impl Eq for Fmode
impl StructuralPartialEq for Fmode
Auto Trait Implementations§
impl Freeze for Fmode
impl RefUnwindSafe for Fmode
impl Send for Fmode
impl Sync for Fmode
impl Unpin for Fmode
impl UnwindSafe for Fmode
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
)