/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_dir_both_states.c | 38 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 …]
|
D | test_i2s_dir_both_loopback.c | 43 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 …]
|
D | main.c | 61 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()
|
D | common.c | 185 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/ |
D | test_i2s_speed.c | 159 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/ |
D | Kconfig | 17 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/ |
D | Kconfig | 17 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/ |
D | i2s_nrfx.c | 382 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()
|
D | i2s_litex.c | 338 } else if (dir == I2S_DIR_BOTH) { in i2s_litex_configure() 491 } else if (dir == I2S_DIR_BOTH) { in i2s_litex_trigger()
|
D | i2s_ll_stm32.c | 193 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_configure() 314 } else if (dir == I2S_DIR_BOTH) { in i2s_stm32_trigger()
|
D | i2s_mcux_flexcomm.c | 206 } else if (dir == I2S_DIR_BOTH) { in i2s_mcux_configure() 686 } else if (dir == I2S_DIR_BOTH) { in i2s_mcux_trigger()
|
D | i2s_sam_ssc.c | 565 } else if (dir == I2S_DIR_BOTH) { in i2s_sam_configure() 798 } else if (dir == I2S_DIR_BOTH) { in i2s_sam_trigger()
|
D | i2s_mcux_sai.c | 942 if (dir == I2S_DIR_BOTH) { in i2s_mcux_trigger()
|
/Zephyr-Core-3.5.0/samples/drivers/i2s/echo/src/ |
D | main.c | 158 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/ |
D | i2s.h | 213 I2S_DIR_BOTH, enumerator
|