mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user