pub enum TimestampPrescaler {
Show 16 variants
_1 = 1,
_2 = 2,
_3 = 3,
_4 = 4,
_5 = 5,
_6 = 6,
_7 = 7,
_8 = 8,
_9 = 9,
_10 = 10,
_11 = 11,
_12 = 12,
_13 = 13,
_14 = 14,
_15 = 15,
_16 = 16,
}
Expand description
Prescaler of the Timestamp counter
Variants§
_1 = 1
1
_2 = 2
2
_3 = 3
3
_4 = 4
4
_5 = 5
5
_6 = 6
6
_7 = 7
7
_8 = 8
8
_9 = 9
9
_10 = 10
10
_11 = 11
11
_12 = 12
12
_13 = 13
13
_14 = 14
14
_15 = 15
15
_16 = 16
16
Trait Implementations§
source§impl Clone for TimestampPrescaler
impl Clone for TimestampPrescaler
source§fn clone(&self) -> TimestampPrescaler
fn clone(&self) -> TimestampPrescaler
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 TimestampPrescaler
impl Debug for TimestampPrescaler
impl Copy for TimestampPrescaler
Auto Trait Implementations§
impl Freeze for TimestampPrescaler
impl RefUnwindSafe for TimestampPrescaler
impl Send for TimestampPrescaler
impl Sync for TimestampPrescaler
impl Unpin for TimestampPrescaler
impl UnwindSafe for TimestampPrescaler
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)