Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 3 of 3) sorted by relevance

/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/
Drtx_os.h382 #define osRtxMemoryPoolMemSize(block_count, block_size) \ argument
383 (4*(block_count)*(((block_size)+3)/4))
Drtx_evr.h149 extern void EvrRtxMemoryBlockInit (osRtxMpInfo_t *mp_info, uint32_t block_count, uint32_t block_siz…
151 #define EvrRtxMemoryBlockInit(mp_info, block_count, block_size, block_mem) argument
1539 extern void EvrRtxMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPoolAttr_…
1541 #define EvrRtxMemoryPoolNew(block_count, block_size, attr) argument
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h646 osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPoolAttr…