rmt_new_sync_manager() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK: Create sync manager successfully - ESP_ERR_INVALID_ARG: Create sync manager failed because of invalid argument - ESP_ERR_NOT_SUPPORTED: Create sync manager failed because it is not supported by hardware - ESP_ERR_INVALID_STATE: Create sync manager failed because not all channels are enabled - ESP_ERR_NO_MEM: Create sync manager failed because out of memory - ESP_ERR_NOT_FOUND: Create sync manager failed because all sync controllers are used up and no more free one - ESP_FAIL: Create sync manager failed because of other error

Notes

All the channels to be managed should be enabled by `rmt_enable()` before put them into sync manager.