SW timer module structure.
#include <sw_timer.h>
Data Fields | |
uint32_t | accuracy |
Accuracy of timer. More... | |
struct sw_timer_handle | handler [CONF_SW_TIMER_COUNT] |
Timer handler instances. More... | |
struct tcc_module | tcc_inst |
Instance of TCC. More... | |
uint32_t sw_timer_module::accuracy |
Accuracy of timer.
Referenced by sw_timer_enable_callback(), sw_timer_init(), and sw_timer_register_callback().
struct sw_timer_handle sw_timer_module::handler[CONF_SW_TIMER_COUNT] |
Timer handler instances.
Referenced by sw_timer_disable_callback(), sw_timer_enable_callback(), sw_timer_register_callback(), sw_timer_task(), and sw_timer_unregister_callback().
struct tcc_module sw_timer_module::tcc_inst |
Instance of TCC.
Referenced by sw_timer_disable(), sw_timer_enable(), and sw_timer_init().