Home
last modified time | relevance | path

Searched refs:block (Results 151 – 175 of 1697) sorted by relevance

12345678910>>...68

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst16 chunks within a block may also come in any order, but all chunks in a block must be received before
17 the next block is started.
19 The BLOB Transfer Server keeps track of the received blocks and chunks, and will process each block
28 .. code-block:: C
70 a block, this block is discarded.
72 The BLOB Transfer Client may resume a suspended transfer by starting a new block transfer. The BLOB
Dblob_flash.rst24 block size that is a multiple of the flash page size. If a transfer is started with a block size
28 the flash write block size. The buffer data is padded with ``0xff`` if either the start or length of
/Zephyr-latest/samples/subsys/modbus/rtu_server/
DREADME.rst78 .. code-block:: console
86 .. code-block:: console
92 .. code-block:: console
101 .. code-block:: console
107 .. code-block:: console
129 .. code-block:: console
135 .. code-block:: console
141 .. code-block:: console
/Zephyr-latest/soc/espressif/esp32/
Dsoc.h65 extern uint8_t esp_rom_i2c_readReg(uint8_t block, uint8_t host_id, uint8_t reg_add);
66 extern void esp_rom_i2c_writeReg(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data);
/Zephyr-latest/boards/nxp/vmu_rt1170/
DCMakeLists.txt12 # Include flash configuration block for RT1170 EVK from NXP's HAL.
13 # This configuration block may need modification if another flash chip is
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst40 .. code-block:: c
49 .. code-block:: c
59 .. code-block:: c
66 .. code-block:: c
87 .. code-block:: c
110 .. code-block:: c
117 .. code-block:: c
126 .. code-block:: c
133 .. code-block:: c
208 .. code-block:: c
[all …]
Dwebsocket.rst35 .. code-block:: c
44 .. code-block:: c
53 .. code-block:: c
68 .. code-block:: c
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst45 .. code-block:: c
51 .. code-block:: c
57 .. code-block:: c
63 .. code-block:: c
70 .. code-block:: c
78 .. code-block:: c
87 .. code-block:: cfg
103 .. code-block:: console
120 .. code-block:: none
128 .. code-block:: console
[all …]
/Zephyr-latest/doc/build/kconfig/
Dtips.rst95 .. code-block:: kconfig
119 .. code-block:: kconfig
131 .. code-block:: kconfig
149 .. code-block:: kconfig
184 .. code-block:: kconfig
201 .. code-block:: cfg
209 .. code-block:: kconfig
217 .. code-block:: cfg
224 .. code-block:: cfg
241 .. code-block:: kconfig
[all …]
Dextensions.rst15 .. code-block:: none
26 .. code-block:: none
37 .. code-block:: none
65 .. code-block:: kconfig
73 .. code-block:: kconfig
100 .. code-block:: kconfig
122 .. code-block:: kconfig
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst43 .. code-block:: console
65 .. code-block:: console
75 .. code-block:: console
93 .. code-block:: console
105 .. code-block:: console
126 .. code-block:: console
143 .. code-block:: console
163 .. code-block:: console
177 .. code-block:: console
187 .. code-block:: console
Dbap_broadcast_assistant.rst27 .. code-block:: console
56 .. code-block:: console
73 .. code-block:: console
84 .. code-block:: console
94 .. code-block:: console
112 .. code-block:: console
123 .. code-block:: console
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst46 .. code-block:: none
77 .. code-block:: none
94 .. code-block:: none
105 .. code-block:: none
177 .. code-block:: none
192 .. code-block:: none
203 .. code-block:: none
Dsmp_group_9.rst42 .. code-block:: none
82 .. code-block:: none
95 .. code-block:: none
106 .. code-block:: none
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/
DREADME.rst35 .. code-block:: console
44 .. code-block:: console
57 .. code-block:: console
63 .. code-block:: console
94 .. code-block:: console
110 .. code-block:: console
125 .. code-block:: console
/Zephyr-latest/doc/services/mem_mgmt/
Dindex.rst17 .. code-block:: devicetree
38 .. code-block:: devicetree
83 .. code-block:: none
107 .. code-block:: none
117 .. code-block:: devicetree
148 .. code-block:: c
154 block = mem_attr_heap_alloc(DT_MEM_SW_ALLOC_CACHE, 0x100);
158 block = mem_attr_heap_aligned_alloc(ATTR_SW_ALLOC_NON_CACHE, 0x100, 32);
161 block = mem_attr_heap_alloc(DT_MEM_SW_ALLOC_CACHE | DT_MEM_SW_ALLOC_DMA, 0x100);
176 .. code-block:: c
[all …]
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst28 .. code-block:: console
44 .. code-block:: console
48 .. code-block:: console
/Zephyr-latest/drivers/usb/device/
Dusb_dc_mcux.c124 void *block; member
311 void **block; in usb_dc_ep_configure() local
313 block = &(eps->block); in usb_dc_ep_configure()
314 if (*block) { in usb_dc_ep_configure()
315 k_heap_free(&ep_buf_pool, *block); in usb_dc_ep_configure()
316 *block = NULL; in usb_dc_ep_configure()
319 *block = k_heap_alloc(&ep_buf_pool, cfg->ep_mps, K_NO_WAIT); in usb_dc_ep_configure()
320 if (*block == NULL) { in usb_dc_ep_configure()
325 memset(*block, 0, cfg->ep_mps); in usb_dc_ep_configure()
397 (uint8_t *)dev_state.eps[ep_abs_idx].block, in usb_dc_ep_clear_stall()
[all …]
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst42 .. code-block:: bash
48 .. code-block:: bash
75 .. code-block:: bash
81 .. code-block:: bash
87 .. code-block:: bash
132 .. code-block:: python
167 .. code-block:: bash
176 .. code-block:: bash
193 .. code-block:: bash
214 .. code-block:: console
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c257 struct block_content *block; in buffer_from_index_validate() local
264 block = block_from_index(ch_conf, block_index); in buffer_from_index_validate()
268 sys_cache_data_invd_range(block, BLOCK_HEADER_SIZE); in buffer_from_index_validate()
273 buffer_size = block->header.size; in buffer_from_index_validate()
276 (&block->data[buffer_size] > end_ptr)) { in buffer_from_index_validate()
283 sys_cache_data_invd_range(block->data, buffer_size); in buffer_from_index_validate()
288 return block->data; in buffer_from_index_validate()
341 struct block_content *block; in alloc_tx_buffer() local
415 block = block_from_index(&conf->tx, tx_block_index); in alloc_tx_buffer()
416 block->header.size = *size; in alloc_tx_buffer()
[all …]
/Zephyr-latest/subsys/fs/ext2/
Dext2_disk_access.c89 static int disk_access_read_block(struct ext2_data *fs, void *buf, uint32_t block) in disk_access_read_block() argument
95 rc = disk_prepare_range(disk, block * fs->block_size, fs->block_size, in disk_access_read_block()
103 static int disk_access_write_block(struct ext2_data *fs, const void *buf, uint32_t block) in disk_access_write_block() argument
109 rc = disk_prepare_range(disk, block * fs->block_size, fs->block_size, in disk_access_write_block()
/Zephyr-latest/boards/khadas/edge2/doc/
Dindex.rst43 .. code-block:: console
49 .. code-block:: console
57 .. code-block:: console
65 .. code-block:: console
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst26 .. code-block:: console
33 .. code-block:: console
39 .. code-block:: console
46 .. code-block:: console
/Zephyr-latest/doc/develop/test/
Dcoverage.rst61 .. code-block:: console
67 .. code-block:: console
74 .. code-block:: console
82 .. code-block:: console
88 .. code-block:: console
94 .. code-block:: console
124 .. code-block:: console
147 .. code-block:: console
153 .. code-block:: console
168 .. code-block:: console
[all …]
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst30 .. code-block:: console
39 .. code-block:: console
64 .. code-block:: console
78 .. code-block:: console
97 .. code-block:: console
126 .. code-block:: console
141 .. code-block:: console
152 .. code-block:: console
164 .. code-block:: console
170 .. code-block:: console
[all …]

12345678910>>...68