Struct Cecsel
#[repr(transparent)]pub struct Cecsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Cecsel
impl Cecsel
pub const LSE: Self
pub const LSE: Self
lse_ck selected as kernel clock (default after reset)
pub const LSI_KER: Self
pub const LSI_KER: Self
lsi_ker_ck selected as kernel clock
pub const CSI_KER_DIV_122: Self
pub const CSI_KER_DIV_122: Self
csi_ker_ck/122 selected as kernel clock
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