Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/can/shell/src/
Dmain.c29 static struct can_frame frame_capture; variable
86 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()