#[repr(u8)]pub enum CLK48SEL {
Hsi48 = 0,
Pllq = 2,
}
Expand description
48 MHz clock source selection These bits are set and cleared by software to select the 48 MHz clock source used by USB device FS and RNG.
Value on reset: 0
Variants§
Hsi48 = 0
0: HSI48 clock selected as 48MHz clock
Pllq = 2
2: PLL ‘Q’ (PLL48M1CLK) clock selected as 48MHz clock
Trait Implementations§
impl Copy for CLK48SEL
impl Eq for CLK48SEL
impl IsEnum for CLK48SEL
impl StructuralPartialEq for CLK48SEL
Auto Trait Implementations§
impl Freeze for CLK48SEL
impl RefUnwindSafe for CLK48SEL
impl Send for CLK48SEL
impl Sync for CLK48SEL
impl Unpin for CLK48SEL
impl UnwindSafe for CLK48SEL
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