Enum stm32wlxx_hal::pac::lptim3::cfgr::CKSEL_A
pub enum CKSEL_A {
Internal = 0,
External = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CKSEL
Value on reset: 0
Variants§
Internal = 0
0: LPTIM is clocked by internal clock source (APB clock or any of the embedded oscillators)
External = 1
1: LPTIM is clocked by an external clock source through the LPTIM external Input1
Trait Implementations§
impl Copy for CKSEL_A
impl StructuralPartialEq for CKSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for CKSEL_A
impl Send for CKSEL_A
impl Sync for CKSEL_A
impl Unpin for CKSEL_A
impl UnwindSafe for CKSEL_A
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