#[repr(u8)]
pub enum TCNTRT_A {
Show 13 variants
DISABLED,
_1S,
_2S,
_4S,
_8S,
_16S,
_32S,
_64S,
_128S,
_256S,
_512S,
_1024S,
OTHER,
}
Expand description
Timer Count for Re-Tuning
Value on reset: 0
Variants
DISABLED
0: Re-Tuning Timer disabled
_1S
1: 1 second
_2S
2: 2 seconds
_4S
3: 4 seconds
_8S
4: 8 seconds
_16S
5: 16 seconds
_32S
6: 32 seconds
_64S
7: 64 seconds
_128S
8: 128 seconds
_256S
9: 256 seconds
_512S
10: 512 seconds
_1024S
11: 1024 seconds
OTHER
15: Get information from other source
Trait Implementations
impl Copy for TCNTRT_A
impl StructuralPartialEq for TCNTRT_A
Auto Trait Implementations
impl RefUnwindSafe for TCNTRT_A
impl Send for TCNTRT_A
impl Sync for TCNTRT_A
impl Unpin for TCNTRT_A
impl UnwindSafe for TCNTRT_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