Enum Boostsel
#[repr(u8)]pub enum Boostsel {
Disable = 0,
Msis = 1,
Hsi16 = 2,
Hse = 3,
}Variants§
Disable = 0
No clock.
Msis = 1
MSIS selected as EPOD booster clock source.
Hsi16 = 2
HSI16 selected as EPOD booster clock source.
Hse = 3
HSE selected as EPOD booster clock source.
Implementations§
Trait Implementations§
impl Copy for Boostsel
impl Eq for Boostsel
§impl Ord for Boostsel
impl Ord for Boostsel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Boostsel
impl PartialOrd for Boostsel
impl StructuralPartialEq for Boostsel
Auto Trait Implementations§
impl Freeze for Boostsel
impl RefUnwindSafe for Boostsel
impl Send for Boostsel
impl Sync for Boostsel
impl Unpin for Boostsel
impl UnsafeUnpin for Boostsel
impl UnwindSafe for Boostsel
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