sdm_channel_disable() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

- ESP_OK: Disable SDM channel successfully - ESP_ERR_INVALID_ARG: Disable SDM channel failed because of invalid argument - ESP_ERR_INVALID_STATE: Disable SDM channel failed because the channel is not enabled yet - ESP_FAIL: Disable SDM channel failed because of other error

Notes

This function will do the opposite work to the `sdm_channel_enable()`

References