Enum Usbsel
#[repr(u8)]pub enum Usbsel {
HSI48 = 0,
HSE = 1,
PLL1_Q = 2,
_RESERVED_3 = 3,
}
Variants§
HSI48 = 0
HSI48 used as USB clock source
HSE = 1
HSE used as USB clock source
PLL1_Q = 2
PLLQCLK used as USB clock source
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Usbsel
impl Ord for Usbsel
§impl PartialOrd for Usbsel
impl PartialOrd for Usbsel
impl Copy for Usbsel
impl Eq for Usbsel
impl StructuralPartialEq for Usbsel
Auto Trait Implementations§
impl Freeze for Usbsel
impl RefUnwindSafe for Usbsel
impl Send for Usbsel
impl Sync for Usbsel
impl Unpin for Usbsel
impl UnwindSafe for Usbsel
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
)