/Zephyr-latest/doc/contribute/style/ |
D | code.rst | 23 ``switch`` body, even for single-line code blocks.
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 156 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/ |
D | blob.rst | 47 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/ |
D | index.rst | 24 - 3 Programmable IO (PIO) blocks, 12 state machines total for custom peripheral support
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 31 number of blocks to transfer, and a buffer location to read or write them from.
|
/Zephyr-latest/samples/drivers/can/babbling/ |
D | README.rst | 11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
|
/Zephyr-latest/drivers/sdhc/ |
D | sam_hsmci.c | 549 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()
|
D | sdhc_spi.c | 458 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()
|
D | rcar_mmc.c | 515 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/ |
D | index.rst | 13 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/ |
D | CMakeLists.txt | 30 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 103 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/ |
D | udc_rpi_pico.c | 768 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/ |
D | pipes.rst | 33 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/ |
D | index.rst | 9 …V/g Hello World Example Design system and this complete system is consisted of following IP blocks:
|
/Zephyr-latest/boards/intel/niosv_m/doc/ |
D | index.rst | 9 …V/m Hello World Example Design system and this complete system is consisted of following IP blocks:
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 67 unsigned int blocks; /*!< Number of blocks */ member
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 34 int "Number of memory blocks of the RTIO context"
|
/Zephyr-latest/boards/st/b_g474e_dpow1/ |
D | b_g474e_dpow1.dts | 160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-latest/boards/st/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-latest/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 13 it blocks until the data are read by the remote side.
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/ |
D | index.rst | 12 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/ |
D | Kconfig | 33 alignment of 16 bytes is chosen because PyOCD fails to discover blocks
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 15 In panic mode backend always blocks and waits until there is space
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 64 fixed-size or variable-size memory blocks. 122 platforms that have common devices/IP blocks.
|