Home
last modified time | relevance | path

Searched refs:expected_values (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/drivers/build_all/sensor/src/
Dgeneric_test.c99 q31_t expected_values[CONFIG_GENERIC_SENSOR_TEST_NUM_EXPECTED_VALS]; in run_generic_test() member
133 channel_table[ch].expected_values[i] = in run_generic_test()
139 channel_table[ch].expected_values[i]); in run_generic_test()
164 &channel_table[ch_spec.chan_type].expected_values[iteration], in run_generic_test()
169 channel_table[i].expected_values[iteration], ch_spec.chan_type, in run_generic_test()
250 (int64_t)channel_table[ch].expected_values[iteration] in run_generic_test()
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c129 const log_format_func_t expected_values[] = { in test_log_switch_format_func_t_get() local
142 zassert_equal(log_format_table_size(), ARRAY_SIZE(expected_values), in test_log_switch_format_func_t_get()
145 for (int i = 0; i < ARRAY_SIZE(expected_values); i++) { in test_log_switch_format_func_t_get()
146 zassert_equal(log_format_func_t_get(i), expected_values[i], in test_log_switch_format_func_t_get()