Enum stm32_metapac::sai::vals::Nodiv
#[repr(u8)]pub enum Nodiv {
MASTERCLOCK = 0,
NODIV = 1,
}
Variants§
MASTERCLOCK = 0
MCLK output is enabled. Forces the ratio between FS and MCLK to 256 or 512 according to the OSR value
NODIV = 1
MCLK output enable set by the MCKEN bit (where present, else 0). Ratio between FS and MCLK depends on FRL.
Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)