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

Return value

- ESP_OK Stop successfully - ESP_ERR_INVALID_ARG NULL pointer - ESP_ERR_INVALID_STATE This channel has not stated

Notes

Only allowed to be called when the channel state is RUNNING, (i.e., channel has been started) the channel will enter READY state once it is disabled successfully. Disable the channel can stop the I2S communication on hardware. It will stop BCLK and WS signal but not MCLK signal

References

from examples