Searched refs:blocks (Results 76 – 100 of 214) sorted by relevance
123456789
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 53 applications that want to manage their own blocks of memory in 73 blocks within one power of two (i.e. a bucket for blocks of 3-4 75 be made from the smallest/most-fragmented blocks available. Also, as 77 combined with adjacent free blocks to prevent fragmentation. 92 the minimum bucket size for an allocation (the set of free blocks that 116 all allocated blocks are freed (or at least will never be used again)
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.c | 423 ext2_drop_block(inode->blocks[lvl]); in fetch_level_blocks() 428 uint32_t *list = (uint32_t *)inode->blocks[lvl - 1]->data; in fetch_level_blocks() 434 inode->blocks[lvl] = ext2_get_empty_block(inode->i_fs); in fetch_level_blocks() 436 inode->blocks[lvl] = ext2_get_block(inode->i_fs, block); in fetch_level_blocks() 439 if (inode->blocks[lvl] == NULL) { in fetch_level_blocks() 723 block = &((uint32_t *)inode->blocks[lvl - 1]->data)[inode->offsets[lvl]]; in alloc_level_blocks() 728 ret = ext2_assign_block_num(fs, inode->blocks[lvl]); in alloc_level_blocks() 734 *block = sys_cpu_to_le32(inode->blocks[lvl]->num); in alloc_level_blocks() 736 ret = ext2_write_block(fs, inode->blocks[lvl-1]); in alloc_level_blocks()
|
D | ext2_struct.h | 182 struct ext2_block *blocks[4]; /* fetched blocks for each level */ member 187 return inode->blocks[inode->block_lvl]; in inode_current_block()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 14 models are divided into blocks, which are divided into chunks. As the transfer is controlled by the 15 BLOB Transfer Client model, the BLOB Transfer Server must allow blocks to come in any order. The 19 The BLOB Transfer Server keeps track of the received blocks and chunks, and will process each block
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.iproc_pax | 45 PAX DMA API blocks until dma completion alert is
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob.h | 76 #define BLOB_XFER_STATUS_MSG_MAXLEN (17 + sizeof(((struct bt_mesh_blob_srv *)0)->state.blocks))
|
/Zephyr-latest/boards/nxp/mimxrt1024_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/doc/templates/ |
D | sample.tmpl | 29 [When showing code-blocks with sample build command instructions, use the
|
/Zephyr-latest/boards/nxp/mimxrt1020_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 12 character or blocks waiting for one. Using this function, it should be
|
/Zephyr-latest/samples/subsys/console/getline/ |
D | README.rst | 12 line or blocks waiting for one. Using this function, it should be fairly
|
/Zephyr-latest/boards/st/stm32g081b_eval/ |
D | stm32g081b_eval.dts | 166 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is 197 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-latest/boards/nxp/mimxrt1160_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/samples/subsys/fs/format/ |
D | README.rst | 52 I: FS at flash-controller@4001e000:0x7a000 is 6 0x1000-byte blocks with 512 cycle
|
/Zephyr-latest/boards/nxp/mimxrt1040_evk/ |
D | CMakeLists.txt | 18 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | CMakeLists.txt | 18 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 35 bool "Include system memory blocks as an optional backing read memory pool"
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20_cpuapp.dts | 161 tx-blocks = <32>; 162 rx-blocks = <32>;
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280_cpuapp.dts | 161 tx-blocks = <32>; 162 rx-blocks = <32>;
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/ |
D | index.rst | 39 blocks, 7 programmable analog blocks, and 56 programmable digital blocks.
|
/Zephyr-latest/doc/kernel/timing_functions/ |
D | index.rst | 42 blocks of code.
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/ |
D | index.rst | 25 - 3 Programmable IO (PIO) blocks, 12 state machines total for custom peripheral support
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | CMakeLists.txt | 22 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1015.dtsi | 43 /* RT1015 only has two LPSPI blocks */
|
123456789