Enum stm32_metapac::spi::vals::Fixch
#[repr(u8)]pub enum Fixch {
NOTFIXED = 0,
FIXED = 1,
}
Variants§
NOTFIXED = 0
The channel length in slave mode is different from 16 or 32 bits (CHLEN not taken into account)
FIXED = 1
The channel length in slave mode is supposed to be 16 or 32 bits (according to CHLEN)
Implementations§
Trait Implementations§
§impl Ord for Fixch
impl Ord for Fixch
§impl PartialOrd for Fixch
impl PartialOrd for Fixch
impl Copy for Fixch
impl Eq for Fixch
impl StructuralPartialEq for Fixch
Auto Trait Implementations§
impl Freeze for Fixch
impl RefUnwindSafe for Fixch
impl Send for Fixch
impl Sync for Fixch
impl Unpin for Fixch
impl UnwindSafe for Fixch
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
)