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