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

Return value

- ESP_OK Success - ESP_FAIL Parameter error

Notes

Button callback functions execute in the context of the timer service task. It is therefore essential that button callback functions never attempt to block. For example, a button callback function must not call vTaskDelay(), vTaskDelayUntil(), or specify a non zero block time when accessing a queue or a semaphore.

References

from examples