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

Return value

- ESP_OK Success - ESP_ERR_INVALID_ARG parameter error - ESP_ERR_NO_MEM No memory for driver - ESP_ERR_INVALID_STATE driver state error

Notes

This filter uses FreeRTOS timer, which is dispatched from a task with priority 1 by default on CPU 0. So if some application task with higher priority takes a lot of CPU0 time, then the quality of data obtained from this filter will be affected. You can adjust FreeRTOS timer task priority in menuconfig.

References

from examples