Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/can/api/src/
Dutilities.c77 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()
Dcommon.h68 extern const struct can_frame test_std_frame_2;
Dcanfd.c55 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()
Dcommon.c38 const struct can_frame test_std_frame_2 = { variable
Dclassic.c107 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()