ESP-IDF + 0/2 examples
SourceVu will show references to pcnt_unit_add_watch_point() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

- ESP_OK: Add watch point successfully - ESP_ERR_INVALID_ARG: Add watch point failed because of invalid argument (e.g. the value to be watched is out of the limitation set in `pcnt_unit_config_t`) - ESP_ERR_INVALID_STATE: Add watch point failed because the same watch point has already been added - ESP_ERR_NOT_FOUND: Add watch point failed because no more hardware watch point can be configured - ESP_FAIL: Add watch point failed because of other error

References

from 0/2 examples