Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/canbus/
Disotp.h211 uint8_t bs; /**< Block size. Number of CF PDUs before next CF is sent */ member
444 uint8_t bs; member
468 uint8_t bs; member
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c151 *data++ = rctx->opts.bs; in receive_send_fc()
227 if (rctx->opts.bs == 0) { in receive_alloc_buffer()
232 uint32_t len = MIN(rctx->length, rctx->opts.bs * (rctx->rx_addr.dl - 1)); in receive_alloc_buffer()
259 if (rctx->opts.bs != 0) { in receive_alloc_buffer()
290 if (rctx->opts.bs == 0 && in receive_state_machine()
299 if (rctx->opts.bs) { in receive_state_machine()
300 rctx->bs = rctx->opts.bs; in receive_state_machine()
545 if (rctx->opts.bs && !--rctx->bs) { in process_cf()
547 rctx->bs = rctx->opts.bs; in process_cf()
822 sctx->opts.bs = *data++; in send_process_fc()
[all …]
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
Dwrite_shared_memory.sh32 printf %s "$WM_MSG" | dd of="$WM_LOC" count=1 bs="$WM_SIZE" "$WM_DD" || exit 1
/Zephyr-latest/samples/subsys/canbus/isotp/src/
Dmain.c10 const struct isotp_fc_opts fc_opts_8_0 = {.bs = 8, .stmin = 0};
11 const struct isotp_fc_opts fc_opts_0_5 = {.bs = 0, .stmin = 5};
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c85 .bs = 8,
89 .bs = 0,
326 frame->data[1] = FC_PCI_BYTE_2(opts->bs); in prepare_fc_frame()
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()
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()
[all …]
Dmode_check.c21 .bs = 0,
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha_registers.h49 uint32_t bs : 20; member
/Zephyr-latest/samples/subsys/shell/fs/
DREADME.rst118 From the host side file system must be loaded with 'dd' tool with 'bs=64'
132 dd if=filesystem of=/dev/ttyACM0 bs=64
/Zephyr-latest/tests/subsys/canbus/isotp/implementation/src/
Dmain.c31 .bs = 8,
35 .bs = 0,
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst116 dd if=sound.raw of=sound_clean.raw bs=1 skip=1
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst329 bs tests will probably be built with the same application, and that therefore