Enum stm32f4xx_hal::pac::adc_common::ccr::ADCPRE_A
source · [−]pub enum ADCPRE_A {
Div2,
Div4,
Div6,
Div8,
}
Expand description
ADC prescaler
Value on reset: 0
Variants
Div2
0: PCLK2 divided by 2
Div4
1: PCLK2 divided by 4
Div6
2: PCLK2 divided by 6
Div8
3: PCLK2 divided by 8
Trait Implementations
impl Copy for ADCPRE_A
impl StructuralPartialEq for ADCPRE_A
Auto Trait Implementations
impl RefUnwindSafe for ADCPRE_A
impl Send for ADCPRE_A
impl Sync for ADCPRE_A
impl Unpin for ADCPRE_A
impl UnwindSafe for ADCPRE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more