Searched refs:test_std_frame_2 (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/drivers/can/api/src/ |
D | utilities.c | 77 zassert_true(can_frame_matches_filter(&test_std_frame_2, &test_std_filter_2)); in ZTEST() 79 zassert_true(can_frame_matches_filter(&test_std_frame_2, &test_std_masked_filter_2)); in ZTEST() 81 zassert_false(can_frame_matches_filter(&test_std_frame_2, &test_std_filter_1)); in ZTEST() 83 zassert_false(can_frame_matches_filter(&test_std_frame_2, &test_std_masked_filter_1)); in ZTEST() 97 zassert_false(can_frame_matches_filter(&test_std_frame_2, &test_ext_filter_2)); in ZTEST() 99 zassert_false(can_frame_matches_filter(&test_std_frame_2, &test_ext_masked_filter_2)); in ZTEST()
|
D | common.h | 68 extern const struct can_frame test_std_frame_2;
|
D | canfd.c | 55 assert_frame_equal(frame, &test_std_frame_2, 0); in rx_std_callback_2() 284 &test_std_frame_1, &test_std_frame_2); in ZTEST() 302 &test_std_fdf_frame_1, &test_std_frame_2); in ZTEST()
|
D | common.c | 38 const struct can_frame test_std_frame_2 = { variable
|
D | classic.c | 107 assert_frame_equal(frame, &test_std_frame_2, 0); in rx_std_callback_2() 141 assert_frame_equal(frame, &test_std_frame_2, 0x0F); in rx_std_mask_callback_2() 892 &test_std_frame_1, &test_std_frame_2); in ZTEST() 937 &test_std_frame_1, &test_std_frame_2); in ZTEST() 1074 send_test_frame(can_dev, &test_std_frame_2); in ZTEST()
|