Enum stm32f4xx_hal::pac::spi1::cr1::LSBFIRST_A
source · [−]pub enum LSBFIRST_A {
Msbfirst,
Lsbfirst,
}
Expand description
Frame format
Value on reset: 0
Variants
Msbfirst
0: Data is transmitted/received with the MSB first
Lsbfirst
1: Data is transmitted/received with the LSB first
Trait Implementations
sourceimpl Clone for LSBFIRST_A
impl Clone for LSBFIRST_A
sourcefn clone(&self) -> LSBFIRST_A
fn clone(&self) -> LSBFIRST_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LSBFIRST_A
impl Debug for LSBFIRST_A
sourceimpl PartialEq<LSBFIRST_A> for LSBFIRST_A
impl PartialEq<LSBFIRST_A> for LSBFIRST_A
sourcefn eq(&self, other: &LSBFIRST_A) -> bool
fn eq(&self, other: &LSBFIRST_A) -> bool
impl Copy for LSBFIRST_A
impl StructuralPartialEq for LSBFIRST_A
Auto Trait Implementations
impl RefUnwindSafe for LSBFIRST_A
impl Send for LSBFIRST_A
impl Sync for LSBFIRST_A
impl Unpin for LSBFIRST_A
impl UnwindSafe for LSBFIRST_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more