Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/canbus/isotp/implementation/src/
Dmain.c30 const struct isotp_fc_opts fc_opts = { variable
207 ret = isotp_bind(&recv_ctx, can_dev, &rx_addr, &tx_addr, &fc_opts, in ZTEST()
223 ret = isotp_bind(&recv_ctx, can_dev, &rx_addr, &tx_addr, &fc_opts, in ZTEST()
239 ret = isotp_bind(&recv_ctx, can_dev, &rx_addr, &tx_addr, &fc_opts, in ZTEST()
256 ret = isotp_bind(&recv_ctx, can_dev, &rx_addr, &tx_addr, &fc_opts, in ZTEST()
333 &fc_opts, K_NO_WAIT); in ZTEST()
340 &fc_opts, K_NO_WAIT); in ZTEST()
350 &fc_opts, K_NO_WAIT); in ZTEST()
360 &fc_opts, K_NO_WAIT); in ZTEST()
370 &fc_opts, K_NO_WAIT); in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmode_check.c20 static const struct isotp_fc_opts fc_opts = { variable
45 err = isotp_bind(&recv_ctx, can_dev, &rx_addr, &tx_addr, &fc_opts, K_NO_WAIT); in ZTEST()
Dmain.c84 const struct isotp_fc_opts fc_opts = { variable
607 prepare_fc_frame(&fc_frame, FC_PCI_CTS, &fc_opts, false); in ZTEST()
625 check_frame_series(data_frame_ptr, fc_opts.bs, &frame_msgq); in ZTEST()
626 data_frame_ptr += fc_opts.bs; in ZTEST()
627 remaining_length -= fc_opts.bs * DATA_SIZE_CF; in ZTEST()
709 prepare_fc_frame(&fc_frame, FC_PCI_CTS, &fc_opts, true); in ZTEST()
721 &fc_opts, K_NO_WAIT); in ZTEST()
729 if (remaining_frames >= fc_opts.bs) { in ZTEST()
730 send_frame_series(data_frame_ptr, fc_opts.bs, in ZTEST()
732 data_frame_ptr += fc_opts.bs; in ZTEST()
[all …]