Enum Lcosel
#[repr(u8)]pub enum Lcosel {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}Variants§
B_0X0 = 0
LCO output disabled, no clock on LCO.
B_0X1 = 1
internal 32 KHz (LSI_LPMU) oscillator clock selected.
B_0X2 = 2
internal 32 KHz (LSI) oscillator clock selected.
B_0X3 = 3
external 32 KHz (LSE) oscillator clock selected.
Implementations§
Trait Implementations§
§impl Ord for Lcosel
impl Ord for Lcosel
§impl PartialOrd for Lcosel
impl PartialOrd for Lcosel
impl Copy for Lcosel
impl Eq for Lcosel
impl StructuralPartialEq for Lcosel
Auto Trait Implementations§
impl Freeze for Lcosel
impl RefUnwindSafe for Lcosel
impl Send for Lcosel
impl Sync for Lcosel
impl Unpin for Lcosel
impl UnwindSafe for Lcosel
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