Searched refs:TIMER_CONTROL_PRESCALER (Results 1 – 1 of 1) sorted by relevance
29 #define TIMER_CONTROL_PRESCALER(p) (((p) & 0xff) << 8) macro45 uint32_t ctl = TIMER_CONTROL_ENABLE | TIMER_CONTROL_PRESCALER(scale); in timer_start()