Enum stm32wlxx_hal::pac::spi1::i2scfgr::DATLEN_A
#[repr(u8)]pub enum DATLEN_A {
SixteenBit = 0,
TwentyFourBit = 1,
ThirtyTwoBit = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DATLEN
Value on reset: 0
Variants§
SixteenBit = 0
0: 16-bit data length
TwentyFourBit = 1
1: 24-bit data length
ThirtyTwoBit = 2
2: 32-bit data length
Trait Implementations§
impl Copy for DATLEN_A
impl StructuralPartialEq for DATLEN_A
Auto Trait Implementations§
impl RefUnwindSafe for DATLEN_A
impl Send for DATLEN_A
impl Sync for DATLEN_A
impl Unpin for DATLEN_A
impl UnwindSafe for DATLEN_A
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