#include <hal.h>
Data Fields | |
uint8_t | value |
All bitmap flags. More... | |
struct { | |
uint8_t periodic:1 | |
uint8_t up:1 | |
Timer supports upcounting. More... | |
uint8_t comp1:1 | |
Timer supports compare interrupt 0. More... | |
uint8_t comp2:1 | |
Timer supports compare interrupt 1. More... | |
uint8_t ext_clk:1 | |
External clock supported. More... | |
uint8_t encoder:1 | |
Emcode mode supported. More... | |
uint8_t unused:2 | |
}; | |
struct { ... } |
uint8_t comp1 |
Timer supports compare interrupt 0.
uint8_t comp2 |
Timer supports compare interrupt 1.
uint8_t encoder |
Emcode mode supported.
uint8_t ext_clk |
External clock supported.
uint8_t periodic |
uint8_t unused |
uint8_t up |
Timer supports upcounting.
uint8_t value |
All bitmap flags.