Home
last modified time | relevance | path

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

/tests/subsys/canbus/isotp/implementation/src/
A 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 …]
/tests/subsys/canbus/isotp/conformance/src/
A 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()
A Dmain.c84 const struct isotp_fc_opts fc_opts = { variable
626 data_frame_ptr += fc_opts.bs; in ZTEST()
627 remaining_length -= fc_opts.bs * DATA_SIZE_CF; 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()
733 remaining_frames -= fc_opts.bs; in ZTEST()
821 &fc_opts, K_NO_WAIT); in ZTEST()
922 &fc_opts, K_NO_WAIT); in ZTEST()
[all …]

Completed in 10 milliseconds