Home
last modified time | relevance | path

Searched refs:I2S_DIR_BOTH (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_dir_both_states.c38 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
49 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
51 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_PREPARE); in ZTEST_USER()
56 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
82 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
94 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
98 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
100 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_STOP); in ZTEST_USER()
102 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
104 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_PREPARE); in ZTEST_USER()
[all …]
Dtest_i2s_dir_both_loopback.c43 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
55 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
93 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
107 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
143 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
146 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_STOP); in ZTEST_USER()
165 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
168 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
205 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST_USER()
214 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST_USER()
[all …]
Dmain.c61 ret = configure_stream(dev_i2s, I2S_DIR_BOTH); in before_dir_both()
68 ret = i2s_trigger(dev_i2s, I2S_DIR_BOTH, I2S_TRIGGER_DROP); in before_dir_both()
Dcommon.c185 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in configure_stream()
195 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in configure_stream()
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c159 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in configure_stream()
169 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in configure_stream()
384 ret = i2s_trigger(dev_i2s_rxtx, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST()
388 ret = i2s_trigger(dev_i2s_rxtx, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST()
459 ret = i2s_trigger(dev_i2s_rxtx, I2S_DIR_BOTH, I2S_TRIGGER_START); in ZTEST()
472 ret = i2s_trigger(dev_i2s_rxtx, I2S_DIR_BOTH, I2S_TRIGGER_DRAIN); in ZTEST()
532 ret = configure_stream(dev_i2s_rxtx, I2S_DIR_BOTH); in test_i2s_speed_rxtx_configure()
539 ret = i2s_trigger(dev_i2s_rxtx, I2S_DIR_BOTH, I2S_TRIGGER_DROP); in test_i2s_speed_rxtx_configure()
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig17 bool "Use I2S_DIR_BOTH value to perform RX/TX transfers"
20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig17 bool "Use I2S_DIR_BOTH value to perform RX/TX transfers"
20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c401 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in purge_queue()
409 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in purge_queue()
432 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
436 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
543 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
549 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
800 if (dir == I2S_DIR_BOTH) { in i2s_nrfx_trigger()
813 if (dir == I2S_DIR_BOTH && in i2s_nrfx_trigger()
Di2s_litex.c338 } else if (dir == I2S_DIR_BOTH) { in i2s_litex_configure()
491 } else if (dir == I2S_DIR_BOTH) { in i2s_litex_trigger()
Di2s_mcux_flexcomm.c202 } else if (dir == I2S_DIR_BOTH) { in i2s_mcux_configure()
707 } else if (dir == I2S_DIR_BOTH) { in i2s_mcux_trigger()
Di2s_sam_ssc.c565 } else if (dir == I2S_DIR_BOTH) { in i2s_sam_configure()
798 } else if (dir == I2S_DIR_BOTH) { in i2s_sam_trigger()
Di2s_esp32.c522 case I2S_DIR_BOTH: in i2s_esp32_configure()
716 case I2S_DIR_BOTH: in i2s_esp32_trigger()
Di2s_ll_stm32.c207 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_configure()
329 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_trigger()
Di2s_mcux_sai.c876 if (dir == I2S_DIR_BOTH) { in i2s_mcux_trigger()
/Zephyr-latest/samples/drivers/i2s/echo/src/
Dmain.c158 ret = i2s_configure(i2s_dev_rx, I2S_DIR_BOTH, config); in configure_streams()
219 ret = i2s_trigger(i2s_dev_rx, I2S_DIR_BOTH, cmd); in trigger_command()
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dmain.c93 i2s_trigger(ctx->i2s_dev, I2S_DIR_BOTH, I2S_TRIGGER_DROP); in uac2_terminal_update_cb()
184 i2s_trigger(ctx->i2s_dev, I2S_DIR_BOTH, I2S_TRIGGER_PREPARE); in uac2_data_recv_cb()
490 i2s_trigger(ctx->i2s_dev, I2S_DIR_BOTH, I2S_TRIGGER_START); in uac2_sof()
/Zephyr-latest/include/zephyr/drivers/
Di2s.h215 I2S_DIR_BOTH, enumerator