Enum stm32wlxx_hal::pac::spi1::i2scfgr::I2SSTD_A
#[repr(u8)]pub enum I2SSTD_A {
Philips = 0,
Msb = 1,
Lsb = 2,
Pcm = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
I2SSTD
Value on reset: 0
Variants§
Philips = 0
0: I2S Philips standard
Msb = 1
1: MSB justified standard
Lsb = 2
2: LSB justified standard
Pcm = 3
3: PCM standard
Trait Implementations§
impl Copy for I2SSTD_A
impl StructuralPartialEq for I2SSTD_A
Auto Trait Implementations§
impl RefUnwindSafe for I2SSTD_A
impl Send for I2SSTD_A
impl Sync for I2SSTD_A
impl Unpin for I2SSTD_A
impl UnwindSafe for I2SSTD_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