#[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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.