zephyr/drivers/i2s
IBEN EL HADJ MESSAOUD Marwa fdd6627df9 drivers: i2s: i2s_ll_stm32: tx_stream_disable: Add busy wait
Add a k_busy_wait to the function tx_stream_disable
to be able to complete the drain of the TX queue before disabling.

Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
2024-05-28 12:51:00 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32
i2s_common.c
i2s_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c drivers: i2s: i2s_ll_stm32: tx_stream_disable: Add busy wait 2024-05-28 12:51:00 +02:00
i2s_ll_stm32.h drivers: i2s : correct TRIGGER_DRAIN and TRIGGER_STOP commands 2024-05-28 12:51:00 +02:00
i2s_mcux_flexcomm.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i2s_mcux_sai.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i2s_mcux_sai.h
i2s_nrfx.c
i2s_sam_ssc.c