#[repr(u8)]pub enum UsbSrc {
Disabled = 0,
Pll1Q = 1,
Pll3Q = 2,
Hsi48 = 3,
}
Expand description
Selects USB clock source. Sets D2CCIP2R reg, USBSEL field.
Variants§
Trait Implementations§
impl Copy for UsbSrc
impl StructuralPartialEq for UsbSrc
Auto Trait Implementations§
impl Freeze for UsbSrc
impl RefUnwindSafe for UsbSrc
impl Send for UsbSrc
impl Sync for UsbSrc
impl Unpin for UsbSrc
impl UnwindSafe for UsbSrc
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