Microchip® Advanced Software Framework

sw_timer_module Struct Reference

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
struct tcc_module sw_timer_module::tcc_inst

Instance of TCC.

Referenced by sw_timer_disable(), sw_timer_enable(), and sw_timer_init().