#[repr(u8)]pub enum I2SCFG {
SlaveTx = 0,
SlaveRx = 1,
MasterTx = 2,
MasterRx = 3,
}
Expand description
I2S configuration mode
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
impl Eq for I2SCFG
impl IsEnum for I2SCFG
impl StructuralPartialEq for I2SCFG
Auto Trait Implementations§
impl Freeze for I2SCFG
impl RefUnwindSafe for I2SCFG
impl Send for I2SCFG
impl Sync for I2SCFG
impl Unpin for I2SCFG
impl UnwindSafe for I2SCFG
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