Enum Usbsel
#[repr(u8)]pub enum Usbsel {
DISABLE = 0,
PLL1_Q = 1,
PLL3_Q = 2,
HSI48 = 3,
}
Variants§
DISABLE = 0
Disable the kernel clock
PLL1_Q = 1
pll1_q selected as peripheral clock
PLL3_Q = 2
pll3_q selected as peripheral clock
HSI48 = 3
HSI48 selected as peripheral clock
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
)