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
@@ -162,7 +162,6 @@ PCNT 单元可被设置为观察几个特定的数值,这些被观察的数值
.. note::
当观察步进和观察点同时被触发时,回调函数只会被调用一次。
步进间隔必须是 :cpp:member:`pcnt_unit_config_t::low_limit`:cpp:member:`pcnt_unit_config_t::high_limit` 的因数。
.. code:: c