pub enum I2SMOD {
Spimode = 0,
I2smode = 1,
}Expand description
I2S mode selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for I2SMOD
impl Eq for I2SMOD
impl StructuralPartialEq for I2SMOD
Auto Trait Implementations§
impl Freeze for I2SMOD
impl RefUnwindSafe for I2SMOD
impl Send for I2SMOD
impl Sync for I2SMOD
impl Unpin for I2SMOD
impl UnwindSafe for I2SMOD
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