Searched refs:frame_capture (Results 1 – 1 of 1) sorted by relevance
29 static struct can_frame frame_capture; variable86 memcpy(&frame_capture, frame, sizeof(frame_capture)); in can_shell_test_capture_frame()376 assert_can_frame_equal(expected, &frame_capture); in can_shell_test_send()602 memset(&frame_capture, 0, sizeof(frame_capture)); in can_shell_before()