Home
last modified time | relevance | path

Searched refs:dir_both_supported (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dmain.c19 ZTEST_DMEM bool dir_both_supported; variable
69 dir_both_supported = (ret == 0); in before_dir_both()
72 zassert_true(dir_both_supported, in before_dir_both()
Dtest_i2s_dir_both_loopback.c26 if (!dir_both_supported) { in ZTEST_USER()
81 if (!dir_both_supported) { in ZTEST_USER()
126 if (!dir_both_supported) { in ZTEST_USER()
191 if (!dir_both_supported) { in ZTEST_USER()
260 if (!dir_both_supported) { in ZTEST_USER()
Dtest_i2s_dir_both_states.c26 if (!dir_both_supported) { in ZTEST_USER()
70 if (!dir_both_supported) { in ZTEST_USER()
123 if (!dir_both_supported) { in ZTEST_USER()
Di2s_api_test.h27 extern bool dir_both_supported;
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c76 static bool dir_both_supported; variable
361 if (!dir_both_supported) { in ZTEST()
428 if (!dir_both_supported) { in ZTEST()
540 dir_both_supported = (ret == 0); in test_i2s_speed_rxtx_configure()
543 zassert_true(dir_both_supported, in test_i2s_speed_rxtx_configure()