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

Return value

- ESP_OK: Create GPIO bundle successfully - ESP_ERR_INVALID_ARG: Create GPIO bundle failed because of invalid argument - ESP_ERR_NO_MEM: Create GPIO bundle failed because of no capable memory - ESP_ERR_NOT_FOUND: Create GPIO bundle failed because of no enough continuous dedicated channels - ESP_FAIL: Create GPIO bundle failed because of other error

Notes

One has to enable at least input or output mode in "config" parameter.

References

from examples