pub enum I2SCFGW {
SLAVETX,
SLAVERX,
MASTERTX,
MASTERRX,
}
Expand description
Values that can be written to the field I2SCFG
Variants§
SLAVETX
Slave - transmit
SLAVERX
Slave - receive
MASTERTX
Master - transmit
MASTERRX
Master - receive
Auto Trait Implementations§
impl Freeze for I2SCFGW
impl RefUnwindSafe for I2SCFGW
impl Send for I2SCFGW
impl Sync for I2SCFGW
impl Unpin for I2SCFGW
impl UnwindSafe for I2SCFGW
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