Enum Cecsw
#[repr(u8)]pub enum Cecsw {
HSI_DIV_244 = 0,
LSE = 1,
}
Variants§
HSI_DIV_244 = 0
HSI clock divided by 244 selected as CEC clock source
LSE = 1
LSE clock selected as CEC clock source
Implementations§
Trait Implementations§
§impl Ord for Cecsw
impl Ord for Cecsw
§impl PartialOrd for Cecsw
impl PartialOrd for Cecsw
impl Copy for Cecsw
impl Eq 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 UnwindSafe for Cecsw
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
)