pub enum ODD {
Even = 0,
Odd = 1,
}
Expand description
Odd factor for the prescaler Refer to . Note: This bit should be configured when the I2S is disabled. It is used only when the I2S is in master mode. It is not used in SPI mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ODD
impl Eq for ODD
impl StructuralPartialEq for ODD
Auto Trait Implementations§
impl Freeze for ODD
impl RefUnwindSafe for ODD
impl Send for ODD
impl Sync for ODD
impl Unpin for ODD
impl UnwindSafe for ODD
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