#[repr(u32)]pub enum Selection {
Pll3Div6 = 0,
Oscillator = 1,
}Expand description
UART clock selection.
Variants§
Pll3Div6 = 0
PLL 3 divided by 6.
This is typically 480MHz / 6 == 80MHz.
Oscillator = 1
24MHz oscillator.
Trait Implementations§
impl Copy for Selection
impl Eq for Selection
impl StructuralPartialEq for Selection
Auto Trait Implementations§
impl Freeze for Selection
impl RefUnwindSafe for Selection
impl Send for Selection
impl Sync for Selection
impl Unpin for Selection
impl UnwindSafe for Selection
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