Enum stm32_metapac::octospi::vals::PhaseMode
#[repr(u8)]pub enum PhaseMode {
NONE = 0,
ONELINE = 1,
TWOLINES = 2,
FOURLINES = 3,
EIGHTLINES = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
NONE = 0
No alternate bytes
ONELINE = 1
Alternate bytes on a single line
TWOLINES = 2
Alternate bytes on two lines
FOURLINES = 3
Alternate bytes on four lines
EIGHTLINES = 4
Alternate bytes on eight lines
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for PhaseMode
impl Ord for PhaseMode
§impl PartialOrd for PhaseMode
impl PartialOrd for PhaseMode
impl Copy for PhaseMode
impl Eq for PhaseMode
impl StructuralPartialEq for PhaseMode
Auto Trait Implementations§
impl Freeze for PhaseMode
impl RefUnwindSafe for PhaseMode
impl Send for PhaseMode
impl Sync for PhaseMode
impl Unpin for PhaseMode
impl UnwindSafe for PhaseMode
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
)