Enum Cecsw
#[repr(u8)]pub enum Cecsw {
HsiDiv244 = 0,
Lse = 1,
}Variants§
HsiDiv244 = 0
HSI clock divided by 244 selected as CEC clock source
Lse = 1
LSE clock selected as CEC clock source
Implementations§
Trait Implementations§
impl Copy for Cecsw
impl Eq for Cecsw
§impl Ord for Cecsw
impl Ord for Cecsw
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 Cecsw
impl PartialOrd for Cecsw
impl StructuralPartialEq for Cecsw
Auto Trait Implementations§
impl Freeze for Cecsw
impl RefUnwindSafe for Cecsw
impl Send for Cecsw
impl Sync for Cecsw
impl Unpin for Cecsw
impl UnsafeUnpin for Cecsw
impl UnwindSafe for Cecsw
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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