|
enum | Prescaler : uint8_t {
Div2 = 0x80 | 0,
Div4 = 0,
Div8 = 0x80 | (1 << SPR0),
Div16 = (1 << SPR0),
Div32 = 0x80 | (1 << SPR1),
Div64 = (1 << SPR1),
Div128 = (1 << SPR1) | (1 << SPR0)
} |
|
The documentation for this struct was generated from the following file: