pub enum Prescaler {
Div1,
Div2,
Div4,
Div6,
Div8,
Div10,
Div12,
Div16,
Div32,
Div64,
Div128,
Div256,
}Expand description
ADC clock prescaler, applied to the kernel clock in asynchronous clock mode.
Only the ratios of this chip’s ADCs exist.
Variants§
Implementations§
Trait Implementations§
impl Copy for Prescaler
impl Eq for Prescaler
impl StructuralPartialEq for Prescaler
Auto Trait Implementations§
impl Freeze for Prescaler
impl RefUnwindSafe for Prescaler
impl Send for Prescaler
impl Sync for Prescaler
impl Unpin for Prescaler
impl UnsafeUnpin for Prescaler
impl UnwindSafe for Prescaler
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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