#[repr(u8)]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§
source§impl PartialEq<ADCPRE_A> for ADCPRE_A
impl PartialEq<ADCPRE_A> for ADCPRE_A
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§
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