pub enum LPTIM1SELW {
APB1,
LSI,
HSI,
LSE,
}Expand description
Values that can be written to the field LPTIM1SEL
Variants§
APB1
APB1 clock (PCLK1) selected as LPTILM1 clock
LSI
LSI clock is selected as LPTILM1 clock
HSI
HSI clock is selected as LPTILM1 clock
LSE
LSE clock is selected as LPTILM1 clock
Auto Trait Implementations§
impl Freeze for LPTIM1SELW
impl RefUnwindSafe for LPTIM1SELW
impl Send for LPTIM1SELW
impl Sync for LPTIM1SELW
impl Unpin for LPTIM1SELW
impl UnwindSafe for LPTIM1SELW
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