Enum Cksel
#[repr(u8)]pub enum Cksel {
INTERNAL = 0,
EXTERNAL = 1,
}
Variants§
INTERNAL = 0
LPTIM is clocked by internal clock source (APB clock or any of the embedded oscillators)
EXTERNAL = 1
LPTIM is clocked by an external clock source through the LPTIM external Input1
Implementations§
Trait Implementations§
§impl Ord for Cksel
impl Ord for Cksel
§impl PartialOrd for Cksel
impl PartialOrd for Cksel
impl Copy for Cksel
impl Eq for Cksel
impl StructuralPartialEq for Cksel
Auto Trait Implementations§
impl Freeze for Cksel
impl RefUnwindSafe for Cksel
impl Send for Cksel
impl Sync for Cksel
impl Unpin for Cksel
impl UnwindSafe for Cksel
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