Enum stm32_metapac::xspi::vals::Msel
#[repr(u8)]pub enum Msel {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}
Variants§
B_0X0 = 0
data exchanged over IO[3:0]
B_0X1 = 1
data exchanged over IO[7:4]
B_0X2 = 2
data exchanged over IO[11:8]
B_0X3 = 3
data exchanged over IO[15:12]
Implementations§
Trait Implementations§
§impl Ord for Msel
impl Ord for Msel
§impl PartialOrd for Msel
impl PartialOrd for Msel
impl Copy for Msel
impl Eq for Msel
impl StructuralPartialEq for Msel
Auto Trait Implementations§
impl Freeze for Msel
impl RefUnwindSafe for Msel
impl Send for Msel
impl Sync for Msel
impl Unpin for Msel
impl UnwindSafe for Msel
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
)