Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/canbus/isotp/
Disotp.c146 *data++ = ctx->opts.bs; in receive_send_fc()
147 *data++ = ctx->opts.stmin; in receive_send_fc()
224 if (ctx->opts.bs == 0) { in receive_alloc_buffer()
228 buf = receive_alloc_buffer_chain(ctx->opts.bs * in receive_alloc_buffer()
257 if (ctx->opts.bs != 0) { in receive_alloc_buffer()
287 if (ctx->opts.bs == 0 && in receive_state_machine()
299 if (ctx->opts.bs) { in receive_state_machine()
300 ctx->bs = ctx->opts.bs; in receive_state_machine()
530 if (ctx->opts.bs && !--ctx->bs) { in process_cf()
532 ctx->bs = ctx->opts.bs; in process_cf()
[all …]
/Zephyr-Core-2.7.6/doc/guides/west/
Dindex.rst19 west [common-opts] <command> [opts] <args>
23 python3 -m west [common-opts] <command> [opts] <args>
/Zephyr-Core-2.7.6/include/canbus/
Disotp.h202 const struct isotp_fc_opts *opts,
391 struct isotp_fc_opts opts; member
417 struct isotp_fc_opts opts; member
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dstm32cubeprogrammer.py54 for opts in [shlex.split(opt) for opt in tool_opt]:
55 self._tool_opt += opts
Djlink.py63 for opts in [shlex.split(opt) for opt in tool_opt]:
64 self.tool_opt += opts
Dnrfjprog.py56 for opts in [shlex.split(opt) for opt in tool_opt]:
57 self.tool_opt += opts
/Zephyr-Core-2.7.6/include/net/
Dcan.h178 struct canbus_fc_opts opts; member
/Zephyr-Core-2.7.6/subsys/net/l2/canbus/
D6locan.c769 if (ctx->opts.bs && !ctx->is_mcast && in canbus_tx_work()
777 } else if (ctx->opts.stmin) { in canbus_tx_work()
788 canbus_stmin_to_ticks(ctx->opts.stmin)); in canbus_tx_work()
825 ctx->opts.bs = net_buf_pull_u8(buf); in canbus_process_fc_data()
826 ctx->opts.stmin = net_buf_pull_u8(buf); in canbus_process_fc_data()
827 ctx->act_block_nr = ctx->opts.bs; in canbus_process_fc_data()
830 ctx->opts.bs, ctx->opts.stmin, ctx); in canbus_process_fc_data()
/Zephyr-Core-2.7.6/cmake/emu/
Dqemu.cmake83 # application explicitly opts out with NO_QEMU_SERIAL_BT_SERVER.