27#define HAS_DEAD_TIME_INSERTION(timer) (timer == TIMER0)
#define TIMER_CTRL_PRESC(v)
void timer_set_top(uint32_t timer, uint32_t top)
Start timer top value the timer reload after it reaches top value.
void timer_set_clock_prescaler(uint32_t timer, uint32_t presc)
Clock division factor.
void timer_start(uint32_t timer)
Start timer.
void timer_stop(uint32_t timer)
Stop timer.