Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/i2s/
Di2s_nrfx.c382 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in purge_queue()
390 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in purge_queue()
413 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
417 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
523 if (dir == I2S_DIR_TX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
529 if (dir == I2S_DIR_RX || dir == I2S_DIR_BOTH) { in i2s_nrfx_configure()
772 if (dir == I2S_DIR_BOTH) { in i2s_nrfx_trigger()
785 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_ll_stm32.c193 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_configure()
314 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_trigger()
Di2s_mcux_flexcomm.c206 } else if (dir == I2S_DIR_BOTH) { in i2s_mcux_configure()
686 } 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_mcux_sai.c942 if (dir == I2S_DIR_BOTH) { in i2s_mcux_trigger()
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/drivers/
Di2s.h213 I2S_DIR_BOTH, enumerator