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

Return value

- ESP_OK: Successfully installed TWAI driver - ESP_ERR_INVALID_ARG: Arguments are invalid, e.g. invalid clock source, invalid quanta resolution - ESP_ERR_NO_MEM: Insufficient memory - ESP_ERR_INVALID_STATE: Driver is already installed

Notes

Macro initializers are available for the configuration structures (see documentation) To reinstall the TWAI driver, call twai_driver_uninstall() first

References

from examples