Enum drivers::timer::TimerPrescaler
#[repr(u8)]pub enum TimerPrescaler {
P1,
P2,
P4,
P8,
P16,
P32,
P64,
P128,
}
Expand description
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for TMR_CLK_PRES_A
impl Clone for TMR_CLK_PRES_A
§fn clone(&self) -> TMR_CLK_PRES_A
fn clone(&self) -> TMR_CLK_PRES_A
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 more§impl Debug for TMR_CLK_PRES_A
impl Debug for TMR_CLK_PRES_A
§impl PartialEq<TMR_CLK_PRES_A> for TMR_CLK_PRES_A
impl PartialEq<TMR_CLK_PRES_A> for TMR_CLK_PRES_A
§fn eq(&self, other: &TMR_CLK_PRES_A) -> bool
fn eq(&self, other: &TMR_CLK_PRES_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TMR_CLK_PRES_A
impl Eq for TMR_CLK_PRES_A
impl StructuralEq for TMR_CLK_PRES_A
impl StructuralPartialEq for TMR_CLK_PRES_A
Auto Trait Implementations§
impl RefUnwindSafe for TMR_CLK_PRES_A
impl Send for TMR_CLK_PRES_A
impl Sync for TMR_CLK_PRES_A
impl Unpin for TMR_CLK_PRES_A
impl UnwindSafe for TMR_CLK_PRES_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