Searched refs:frame_desired (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 75 struct frame_desired { struct 80 struct frame_desired des_frames[DIV_ROUND_UP((DATA_SEND_LENGTH - DATA_SIZE_FF), argument 259 static void send_frame_series(struct frame_desired *frames, size_t length, in send_frame_series() 269 struct frame_desired *desired = frames; in send_frame_series() 280 static void check_frame_series(struct frame_desired *frames, size_t length, in check_frame_series() 285 struct frame_desired *desired = frames; in check_frame_series() 322 static void prepare_fc_frame(struct frame_desired *frame, uint8_t st, in prepare_fc_frame() 337 static void prepare_sf_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_frame() 350 static void prepare_sf_ext_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_ext_frame() 364 static void prepare_cf_frames(struct frame_desired *frames, size_t frames_cnt, in prepare_cf_frames() [all …]
|