Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h211 extern uint32_t osRtxMemoryPoolInit (os_mp_info_t *mp_info, uint32_t block_count, uint32_t block…
212 extern void *osRtxMemoryPoolAlloc (os_mp_info_t *mp_info);
213 extern osStatus_t osRtxMemoryPoolFree (os_mp_info_t *mp_info, void *block);
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h147 extern void EvrRtxMemoryBlockInit (osRtxMpInfo_t *mp_info, uint32_t block_count, uint32_t block_siz…
149 #define EvrRtxMemoryBlockInit(mp_info, block_count, block_size, block_mem) argument
158 extern void EvrRtxMemoryBlockAlloc (osRtxMpInfo_t *mp_info, void *block);
160 #define EvrRtxMemoryBlockAlloc(mp_info, block) argument
170 extern void EvrRtxMemoryBlockFree (osRtxMpInfo_t *mp_info, void *block, int32_t status);
172 #define EvrRtxMemoryBlockFree(mp_info, block, status) argument
Drtx_os.h231 osRtxMpInfo_t mp_info; ///< Memory Pool Info member
255 osRtxMpInfo_t mp_info; ///< Memory Pool Info member