#[repr(u8)]pub enum Prescaler0select {
Div2 = 0,
Div4 = 1,
Div8 = 2,
Div16 = 3,
Div32 = 4,
Div64 = 5,
Div128 = 6,
Div256 = 7,
}
Expand description
Debouncer Prescaler
Value on reset: 0
Variants§
Div2 = 0
0: EIC clock divided by 2
Div4 = 1
1: EIC clock divided by 4
Div8 = 2
2: EIC clock divided by 8
Div16 = 3
3: EIC clock divided by 16
Div32 = 4
4: EIC clock divided by 32
Div64 = 5
5: EIC clock divided by 64
Div128 = 6
6: EIC clock divided by 128
Div256 = 7
7: EIC clock divided by 256
Trait Implementations§
Source§impl Clone for Prescaler0select
impl Clone for Prescaler0select
Source§fn clone(&self) -> Prescaler0select
fn clone(&self) -> Prescaler0select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Prescaler0select
impl Debug for Prescaler0select
Source§impl From<Prescaler0select> for u8
impl From<Prescaler0select> for u8
Source§fn from(variant: Prescaler0select) -> Self
fn from(variant: Prescaler0select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Prescaler0select
impl PartialEq for Prescaler0select
impl Copy for Prescaler0select
impl Eq for Prescaler0select
impl IsEnum for Prescaler0select
impl StructuralPartialEq for Prescaler0select
Auto Trait Implementations§
impl Freeze for Prescaler0select
impl RefUnwindSafe for Prescaler0select
impl Send for Prescaler0select
impl Sync for Prescaler0select
impl Unpin for Prescaler0select
impl UnwindSafe for Prescaler0select
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