Files
esp-idf/components
morris 19ddefeb5c timer: stop alarm if alarm value doesn't change in ISR handler
Alarm will be disabled by hardware when alarm event happend.
In the ISR, if auto-reload is enabled, we should re-enable the alarm.
If the alarm target value is changed in user's callback,
the alarm will be reenabled as well.

Closes https://github.com/espressif/esp-idf/issues/7001
Closes https://github.com/espressif/esp-idf/issues/8095
2021-12-24 12:28:45 +08:00
..
2021-09-21 16:31:21 +08:00
2021-12-21 01:26:44 +00:00
2021-11-25 10:22:41 +08:00
2021-10-29 14:37:23 +08:00
2021-11-02 16:24:18 +01:00