Meaning of TG[group_num]->hw_timer[timer_num].update = 1
Posted: Sun Mar 10, 2019 11:02 pm
Can someone explain what this line of code does:
It is a part of the timer_get_counter_value() function here: https://github.com/espressif/esp-idf/bl ... er/timer.c
Code: Select all
TG[group_num]->hw_timer[timer_num].update = 1;