Searched refs:test_ext_frame_2 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/drivers/can/api/src/ |
D | utilities.c | 87 zassert_true(can_frame_matches_filter(&test_ext_frame_2, &test_ext_filter_2)); in ZTEST() 89 zassert_true(can_frame_matches_filter(&test_ext_frame_2, &test_ext_masked_filter_2)); in ZTEST() 91 zassert_false(can_frame_matches_filter(&test_ext_frame_2, &test_ext_filter_1)); in ZTEST() 93 zassert_false(can_frame_matches_filter(&test_ext_frame_2, &test_ext_masked_filter_1)); in ZTEST() 104 zassert_false(can_frame_matches_filter(&test_ext_frame_2, &test_std_filter_2)); in ZTEST() 106 zassert_false(can_frame_matches_filter(&test_ext_frame_2, &test_std_masked_filter_2)); in ZTEST()
|
D | common.h | 78 extern const struct can_frame test_ext_frame_2;
|
D | common.c | 58 const struct can_frame test_ext_frame_2 = { variable
|
D | classic.c | 175 assert_frame_equal(frame, &test_ext_frame_2, 0); in rx_ext_callback_2() 209 assert_frame_equal(frame, &test_ext_frame_2, 0x0F); in rx_ext_mask_callback_2() 928 &test_ext_frame_1, &test_ext_frame_2); in ZTEST() 946 &test_ext_frame_1, &test_ext_frame_2); in ZTEST()
|