#[repr(u8)]pub enum Tcntrtselect {
Show 13 variants
Disabled = 0,
_1s = 1,
_2s = 2,
_4s = 3,
_8s = 4,
_16s = 5,
_32s = 6,
_64s = 7,
_128s = 8,
_256s = 9,
_512s = 10,
_1024s = 11,
Other = 15,
}
Expand description
Timer Count for Re-Tuning
Value on reset: 0
Variants§
Disabled = 0
0: Re-Tuning Timer disabled
_1s = 1
1: 1 second
_2s = 2
2: 2 seconds
_4s = 3
3: 4 seconds
_8s = 4
4: 8 seconds
_16s = 5
5: 16 seconds
_32s = 6
6: 32 seconds
_64s = 7
7: 64 seconds
_128s = 8
8: 128 seconds
_256s = 9
9: 256 seconds
_512s = 10
10: 512 seconds
_1024s = 11
11: 1024 seconds
Other = 15
15: Get information from other source
Trait Implementations§
Source§impl Clone for Tcntrtselect
impl Clone for Tcntrtselect
Source§fn clone(&self) -> Tcntrtselect
fn clone(&self) -> Tcntrtselect
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 Tcntrtselect
impl Debug for Tcntrtselect
Source§impl From<Tcntrtselect> for u8
impl From<Tcntrtselect> for u8
Source§fn from(variant: Tcntrtselect) -> Self
fn from(variant: Tcntrtselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Tcntrtselect
impl PartialEq for Tcntrtselect
impl Copy for Tcntrtselect
impl Eq for Tcntrtselect
impl IsEnum for Tcntrtselect
impl StructuralPartialEq for Tcntrtselect
Auto Trait Implementations§
impl Freeze for Tcntrtselect
impl RefUnwindSafe for Tcntrtselect
impl Send for Tcntrtselect
impl Sync for Tcntrtselect
impl Unpin for Tcntrtselect
impl UnwindSafe for Tcntrtselect
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