Merge branch 'refactor/pcnt_isr_handling' into 'master'

refactor(pcnt): ISR handling

Closes IDF-10329

See merge request espressif/esp-idf!31911
This commit is contained in:
morris
2024-07-09 10:12:18 +08:00
15 changed files with 237 additions and 114 deletions

View File

@@ -162,7 +162,6 @@ It is recommended to remove the unused watch point by :cpp:func:`pcnt_unit_remov
.. note::
When a watch step and a watch point are triggered at the same time (i.e. at the same absolute point), the callback function only gets called by once.
The step interval must be a divisor of :cpp:member:`pcnt_unit_config_t::low_limit` or :cpp:member:`pcnt_unit_config_t::high_limit`.
.. code:: c