Struct Nodiv
#[repr(transparent)]pub struct Nodiv(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Nodiv
impl Nodiv
pub const MASTERCLOCK: Self
pub const MASTERCLOCK: Self
MCLK output is enabled. Forces the ratio between FS and MCLK to 256 or 512 according to the OSR value
pub const NODIV: Self
pub const NODIV: Self
MCLK output enable set by the MCKEN bit (where present, else 0). Ratio between FS and MCLK depends on FRL.
Trait Implementations§
§impl Ord for Nodiv
impl Ord for Nodiv
§impl PartialOrd for Nodiv
impl PartialOrd for Nodiv
impl Copy for Nodiv
impl Eq for Nodiv
impl StructuralPartialEq for Nodiv
Auto Trait Implementations§
impl Freeze for Nodiv
impl RefUnwindSafe for Nodiv
impl Send for Nodiv
impl Sync for Nodiv
impl Unpin for Nodiv
impl UnwindSafe for Nodiv
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