#[repr(u8)]pub enum Div16en {
Div16Disabled = 0,
Div16Enabled = 1,
}Variants§
Div16Disabled = 0
Divide-by-16 disabled, 12 MHz clock output.
Div16Enabled = 1
Divide-by-16 enabled, 750 kHz clock output.
Implementations§
Trait Implementations§
Source§impl Ord for Div16en
impl Ord for Div16en
Source§impl PartialOrd for Div16en
impl PartialOrd for Div16en
impl Copy for Div16en
impl Eq for Div16en
impl StructuralPartialEq for Div16en
Auto Trait Implementations§
impl Freeze for Div16en
impl RefUnwindSafe for Div16en
impl Send for Div16en
impl Sync for Div16en
impl Unpin for Div16en
impl UnwindSafe for Div16en
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