Enum Hseext
#[repr(u8)]pub enum Hseext {
Analog = 0,
Digital = 1,
}Variants§
Analog = 0
External HSE clock analog mode.
Digital = 1
External HSE clock digital mode (through I/O Schmitt trigger).
Implementations§
Trait Implementations§
impl Copy for Hseext
impl Eq for Hseext
§impl Ord for Hseext
impl Ord for Hseext
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 Hseext
impl PartialOrd for Hseext
impl StructuralPartialEq for Hseext
Auto Trait Implementations§
impl Freeze for Hseext
impl RefUnwindSafe for Hseext
impl Send for Hseext
impl Sync for Hseext
impl Unpin for Hseext
impl UnsafeUnpin for Hseext
impl UnwindSafe for Hseext
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