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

Return value

- ESP_OK: Set glitch filter successfully - ESP_ERR_INVALID_ARG: Set glitch filter failed because of invalid argument (e.g. glitch width is too big) - ESP_ERR_INVALID_STATE: Set glitch filter failed because the unit is not in the init state - ESP_FAIL: Set glitch filter failed because of other error

Notes

This function should be called when the PCNT unit is in the init state (i.e. before calling `pcnt_unit_enable()`)

References

from 0/2 examples