Enum Cecsel
#[repr(u8)]pub enum Cecsel {
LSE = 0,
LSI = 1,
CSI_DIV_122 = 2,
_RESERVED_3 = 3,
}
Variants§
LSE = 0
lse_ck selected as kernel clock (default after reset)
LSI = 1
lsi_ker_ck selected as kernel clock
CSI_DIV_122 = 2
csi_ker_ck/122 selected as kernel clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Cecsel
impl Ord for Cecsel
§impl PartialOrd for Cecsel
impl PartialOrd for Cecsel
impl Copy for Cecsel
impl Eq for Cecsel
impl StructuralPartialEq for Cecsel
Auto Trait Implementations§
impl Freeze for Cecsel
impl RefUnwindSafe for Cecsel
impl Send for Cecsel
impl Sync for Cecsel
impl Unpin for Cecsel
impl UnwindSafe for Cecsel
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
)