rmt_new_sync_manager() function
Create a synchronization manager for multiple TX channels, so that the managed channel can start transmitting at the same time
Arguments
config
Synchronization manager configuration
ret_synchro
Returned synchronization manager handle
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.
rmt_new_sync_manager() calls 2 functions:
![]()
rmt_new_sync_manager()
rmt_new_sync_manager() reads 6 variables:
![]()
rmt_new_sync_manager()