rmt_disable() function
Disable the RMT channel
Arguments
channel
RMT generic channel that created by `rmt_new_tx_channel()` or `rmt_new_rx_channel()`
Return value
- ESP_OK: Disable RMT channel successfully - ESP_ERR_INVALID_ARG: Disable RMT channel failed because of invalid argument - ESP_ERR_INVALID_STATE: Disable RMT channel failed because it's not enabled yet - ESP_FAIL: Disable RMT channel failed because of other error
Notes
This function will release a PM lock that might be installed during channel allocation
Examples
rmt_disable() is referenced by 10 libraries and example projects: