Enum stm32_metapac::spi::vals::Ssom
#[repr(u8)]pub enum Ssom {
ASSERTED = 0,
NOTASSERTED = 1,
}
Variants§
ASSERTED = 0
SS is asserted until data transfer complete
NOTASSERTED = 1
Data frames interleaved with SS not asserted during MIDI
Implementations§
Trait Implementations§
§impl Ord for Ssom
impl Ord for Ssom
§impl PartialOrd for Ssom
impl PartialOrd for Ssom
§fn partial_cmp(&self, other: &Ssom) -> Option<Ordering>
fn partial_cmp(&self, other: &Ssom) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ssom
impl Eq for Ssom
impl StructuralEq for Ssom
impl StructuralPartialEq for Ssom
Auto Trait Implementations§
impl RefUnwindSafe for Ssom
impl Send for Ssom
impl Sync for Ssom
impl Unpin for Ssom
impl UnwindSafe for Ssom
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