timer_ll_enable_counter() function
Enable timer, start counting
Syntax
__attribute__((always_inline))
static inline void timer_ll_enable_counter(timg_dev_t *hw,
uint32_t timer_num,
bool en);
Arguments
hw
Timer Group register base address
timer_num
Timer number in the group
en
True: enable the counter False: disable the counter