Enum stm32wlxx_hal::pac::rcc::ccipr::ADCSEL_A
#[repr(u8)]pub enum ADCSEL_A {
NoClock = 0,
Hsi16 = 1,
Pllp = 2,
Sysclk = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
ADC clock source selection
Value on reset: 0
Variants§
NoClock = 0
0: No clock selected
Hsi16 = 1
1: HSI16 clock selected
Pllp = 2
2: PLLP clock selected
Sysclk = 3
3: SYSCLK clock selected
Trait Implementations§
impl Copy for ADCSEL_A
impl StructuralPartialEq for ADCSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for ADCSEL_A
impl Send for ADCSEL_A
impl Sync for ADCSEL_A
impl Unpin for ADCSEL_A
impl UnwindSafe for ADCSEL_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