pub enum NODIV_A {
MasterClock = 0,
NoDiv = 1,
}
Expand description
No fixed divider between MCLK and FS
Value on reset: 0
Variants§
MasterClock = 0
0: MCLK output is enabled. Forces the ratio between FS and MCLK to 256 or 512 according to the OSR value
NoDiv = 1
1: MCLK output enable set by the MCKEN bit (where present, else 0). Ratio between FS and MCLK depends on FRL.
Trait Implementations§
impl Copy for NODIV_A
impl StructuralPartialEq for NODIV_A
Auto Trait Implementations§
impl Freeze for NODIV_A
impl RefUnwindSafe for NODIV_A
impl Send for NODIV_A
impl Sync for NODIV_A
impl Unpin for NODIV_A
impl UnwindSafe for NODIV_A
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