#[repr(u8)]
pub enum PRESCALER_A {
DIV2,
DIV4,
DIV8,
DIV16,
DIV32,
DIV64,
DIV128,
DIV256,
}
Expand description
Prescaler Configuration
Value on reset: 0
Variants
DIV2
0: Peripheral clock divided by 2
DIV4
1: Peripheral clock divided by 4
DIV8
2: Peripheral clock divided by 8
DIV16
3: Peripheral clock divided by 16
DIV32
4: Peripheral clock divided by 32
DIV64
5: Peripheral clock divided by 64
DIV128
6: Peripheral clock divided by 128
DIV256
7: Peripheral clock divided by 256
Trait Implementations
sourceimpl Clone for PRESCALER_A
impl Clone for PRESCALER_A
sourcefn clone(&self) -> PRESCALER_A
fn clone(&self) -> PRESCALER_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PRESCALER_A
impl Debug for PRESCALER_A
sourceimpl From<PRESCALER_A> for u8
impl From<PRESCALER_A> for u8
sourcefn from(variant: PRESCALER_A) -> Self
fn from(variant: PRESCALER_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<PRESCALER_A> for PRESCALER_A
impl PartialEq<PRESCALER_A> for PRESCALER_A
sourcefn eq(&self, other: &PRESCALER_A) -> bool
fn eq(&self, other: &PRESCALER_A) -> bool
impl Copy for PRESCALER_A
impl StructuralPartialEq for PRESCALER_A
Auto Trait Implementations
impl RefUnwindSafe for PRESCALER_A
impl Send for PRESCALER_A
impl Sync for PRESCALER_A
impl Unpin for PRESCALER_A
impl UnwindSafe for PRESCALER_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