#[repr(u8)]pub enum FunctionalMode {
IndirectWrite = 0,
IndirectRead = 1,
StatusPolling = 2,
MemoryMapped = 3,
}
Expand description
Sets the Qspi Functional Mode. Affects the FMODE field of the CCR reg.
Variants§
Trait Implementations§
Source§impl Clone for FunctionalMode
impl Clone for FunctionalMode
Source§fn clone(&self) -> FunctionalMode
fn clone(&self) -> FunctionalMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FunctionalMode
Auto Trait Implementations§
impl Freeze for FunctionalMode
impl RefUnwindSafe for FunctionalMode
impl Send for FunctionalMode
impl Sync for FunctionalMode
impl Unpin for FunctionalMode
impl UnwindSafe for FunctionalMode
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