Enum stm32wlxx_hal::pac::spi1::i2scfgr::I2SCFG_A
#[repr(u8)]pub enum I2SCFG_A {
SlaveTx = 0,
SlaveRx = 1,
MasterTx = 2,
MasterRx = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
I2SCFG
Value on reset: 0
Variants§
SlaveTx = 0
0: Slave - transmit
SlaveRx = 1
1: Slave - receive
MasterTx = 2
2: Master - transmit
MasterRx = 3
3: Master - receive
Trait Implementations§
impl Copy for I2SCFG_A
impl StructuralPartialEq for I2SCFG_A
Auto Trait Implementations§
impl RefUnwindSafe for I2SCFG_A
impl Send for I2SCFG_A
impl Sync for I2SCFG_A
impl Unpin for I2SCFG_A
impl UnwindSafe for I2SCFG_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