Home
last modified time | relevance | path

Searched refs:blocks (Results 101 – 125 of 214) sorted by relevance

123456789

/Zephyr-latest/doc/contribute/style/
Dcode.rst23 ``switch`` body, even for single-line code blocks.
/Zephyr-latest/subsys/net/lib/coap/
DKconfig156 bool "Receive notification when blocks are truncated"
244 int "Number of pending data blocks"
248 The number of data blocks to reserve for pending messages to retransmit.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst47 transfer through the mesh network. The BLOBs are continuous data objects, divided into blocks and
60 The binary objects are divided into blocks, typically from a few hundred to several thousand bytes
63 determined by the transfer's ``block_size_log`` parameter, and is the same for all blocks in the
100 used, and the BLOB Transfer models will move around inside the BLOB's data in blocks and chunks,
/Zephyr-latest/boards/pimoroni/pico_plus2/doc/
Dindex.rst24 - 3 Programmable IO (PIO) blocks, 12 state machines total for custom peripheral support
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst31 number of blocks to transfer, and a buffer location to read or write them from.
/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
/Zephyr-latest/drivers/sdhc/
Dsam_hsmci.c549 HSMCI_BLKR_BLKLEN(sd_data->block_size) | HSMCI_BLKR_BCNT(sd_data->blocks); in sam_hsmci_request_inner()
551 transfer_count = size * sd_data->blocks; in sam_hsmci_request_inner()
638 if (sd_data && (ret || sd_data->blocks > 1)) { in sam_hsmci_request()
Dsdhc_spi.c458 uint32_t remaining = data->blocks; in sdhc_spi_read_data()
551 uint32_t remaining = data->blocks; in sdhc_spi_write_data()
615 if (data->blocks > 1) { in sdhc_spi_write_data()
Drcar_mmc.c515 if (data->blocks > 1) { in rcar_mmc_gen_data_cmd()
549 ret = sys_cache_data_flush_range(data->data, data->blocks * data->block_size); in rcar_mmc_dma_rx_tx_data()
603 if (sys_cache_data_invd_range(data->data, data->blocks * data->block_size) < 0) { in rcar_mmc_dma_rx_tx_data()
768 for (block = 0; block < data->blocks; block++) { in rcar_mmc_sd_buf_rx_tx_data()
916 rcar_mmc_write_reg32(dev, RCAR_MMC_SECCNT, data->blocks); in rcar_mmc_request()
1647 data.blocks = 1; in rcar_mmc_execute_tuning()
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/doc/
Dindex.rst13 1MB of Flash, 288KB of SRAM, 104 GPIO, 7 programmable analog blocks,
14 56 programmable digital blocks, Full-Speed USB, a serial memory interface,
108 The PSOC 62 MCU SoC has 9 SCB blocks 8 of each can be configured as UART
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
DCMakeLists.txt30 "update your flash configuration or device configuration data blocks")
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst103 for the memory blocks allocated by the standard dynamic memory allocation
106 * allocate memory blocks inside the ``z_malloc_partition`` memory partition
/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c768 size_t blocks = DIV_ROUND_UP(cfg->mps, 64U); in udc_rpi_pico_ep_enable() local
770 err = sys_mem_blocks_alloc(config->mem_block, blocks, &ep_data->buf); in udc_rpi_pico_ep_enable()
773 cfg->addr, blocks); in udc_rpi_pico_ep_enable()
798 size_t blocks = DIV_ROUND_UP(cfg->mps, 64U); in udc_rpi_pico_ep_disable() local
801 err = sys_mem_blocks_free(config->mem_block, blocks, &ep_data->buf); in udc_rpi_pico_ep_disable()
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst33 absent, the operation blocks until sufficient space becomes available or
39 absent, the operation blocks until data becomes available or the specified
/Zephyr-latest/boards/intel/niosv_g/doc/
Dindex.rst9 …V/g Hello World Example Design system and this complete system is consisted of following IP blocks:
/Zephyr-latest/boards/intel/niosv_m/doc/
Dindex.rst9 …V/m Hello World Example Design system and this complete system is consisted of following IP blocks:
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h67 unsigned int blocks; /*!< Number of blocks */ member
/Zephyr-latest/subsys/sensing/
DKconfig34 int "Number of memory blocks of the RTIO context"
/Zephyr-latest/boards/st/b_g474e_dpow1/
Db_g474e_dpow1.dts160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-latest/boards/st/stm32g071b_disco/
Dstm32g071b_disco.dts162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst13 it blocks until the data are read by the remote side.
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst12 an integrated BLE 4.2 radio, 78 GPIO, 7 programmable analog blocks, 12
13 programmable digital blocks, and capacitive-sensing with CapSense.
121 The PSOC 63 BLE MCU SoC has 8 SCB blocks and each one can be configured as
/Zephyr-latest/modules/segger/
DKconfig33 alignment of 16 bytes is chosen because PyOCD fails to discover blocks
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt15 In panic mode backend always blocks and waits until there is space
/Zephyr-latest/doc/introduction/
Dindex.rst64 fixed-size or variable-size memory blocks.
122 platforms that have common devices/IP blocks.

123456789