Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c559 struct frame_desired fc_frame, ff_frame; in ZTEST() local
571 prepare_fc_frame(&fc_frame, FC_PCI_CTS, &fc_opts_single, false); in ZTEST()
584 send_frame_series(&fc_frame, 1, tx_addr.std_id); in ZTEST()
598 struct frame_desired fc_frame, ff_frame; in ZTEST() local
607 prepare_fc_frame(&fc_frame, FC_PCI_CTS, &fc_opts, false); in ZTEST()
623 send_frame_series(&fc_frame, 1, tx_addr.std_id); in ZTEST()
631 fc_frame.data[1] = FC_PCI_BYTE_2(2); in ZTEST()
632 send_frame_series(&fc_frame, 1, tx_addr.std_id); in ZTEST()
642 fc_frame.data[1] = FC_PCI_BYTE_2(0); in ZTEST()
643 send_frame_series(&fc_frame, 1, tx_addr.std_id); in ZTEST()
[all …]