Searched refs:bs (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 211 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/ |
D | isotp.c | 151 *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/ |
D | write_shared_memory.sh | 32 printf %s "$WM_MSG" | dd of="$WM_LOC" count=1 bs="$WM_SIZE" "$WM_DD" || exit 1
|
/Zephyr-latest/samples/subsys/canbus/isotp/src/ |
D | main.c | 10 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/ |
D | main.c | 85 .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 …]
|
D | mode_check.c | 21 .bs = 0,
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha_registers.h | 49 uint32_t bs : 20; member
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 118 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/ |
D | main.c | 31 .bs = 8, 35 .bs = 0,
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 116 dd if=sound.raw of=sound_clean.raw bs=1 skip=1
|
/Zephyr-latest/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 329 bs tests will probably be built with the same application, and that therefore
|