Enum stm32_metapac::xspi::vals::WccrDmode
#[repr(u8)]pub enum WccrDmode {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
B_0X5 = 5,
_RESERVED_6 = 6,
B_0X7 = 7,
}
Variants§
B_0X0 = 0
no data
B_0X1 = 1
data on a single line
B_0X2 = 2
data on two lines
B_0X3 = 3
data on four lines
B_0X4 = 4
data on eight lines
B_0X5 = 5
Data on 16 lines
_RESERVED_6 = 6
B_0X7 = 7
DATA reserved
Implementations§
Trait Implementations§
§impl Ord for WccrDmode
impl Ord for WccrDmode
§impl PartialOrd for WccrDmode
impl PartialOrd for WccrDmode
impl Copy for WccrDmode
impl Eq for WccrDmode
impl StructuralPartialEq for WccrDmode
Auto Trait Implementations§
impl Freeze for WccrDmode
impl RefUnwindSafe for WccrDmode
impl Send for WccrDmode
impl Sync for WccrDmode
impl Unpin for WccrDmode
impl UnwindSafe for WccrDmode
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
)