i2s_del_channel() function
Delete the I2S channel
Arguments
handle
I2S channel handler - ESP_OK Delete successfully - ESP_ERR_INVALID_ARG NULL pointer
Notes
Only allowed to be called when the I2S channel is at REGISTERED or READY state (i.e., it should stop before deleting it). Resource will be free automatically if all channels in one port are deleted
![]()
if ((void *)i2s_del_channel != NULL) {
i2s_del_channel() is called by 1 function and calls 13 functions:
![]()
i2s_del_channel()
i2s_del_channel() reads 29 variables and writes 5 variables:
![]()
i2s_del_channel()
i2s_del_channel() allocates 1 types:
![]()
i2s_del_channel()