Searched refs:mp_id (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/ |
D | rtx_evr.h | 1536 extern void EvrRtxMemoryPoolError (osMemoryPoolId_t mp_id, int32_t status); 1538 #define EvrRtxMemoryPoolError(mp_id, status) argument 1559 extern void EvrRtxMemoryPoolCreated (osMemoryPoolId_t mp_id, const char *name); 1561 #define EvrRtxMemoryPoolCreated(mp_id, name) argument 1570 extern void EvrRtxMemoryPoolGetName (osMemoryPoolId_t mp_id, const char *name); 1572 #define EvrRtxMemoryPoolGetName(mp_id, name) argument 1581 extern void EvrRtxMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout); 1583 #define EvrRtxMemoryPoolAlloc(mp_id, timeout) argument 1592 extern void EvrRtxMemoryPoolAllocPending (osMemoryPoolId_t mp_id, uint32_t timeout); 1594 #define EvrRtxMemoryPoolAllocPending(mp_id, timeout) argument [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 651 const char *osMemoryPoolGetName (osMemoryPoolId_t mp_id); 657 void *osMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout); 663 osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id, void *block); 668 uint32_t osMemoryPoolGetCapacity (osMemoryPoolId_t mp_id); 673 uint32_t osMemoryPoolGetBlockSize (osMemoryPoolId_t mp_id); 678 uint32_t osMemoryPoolGetCount (osMemoryPoolId_t mp_id); 683 uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id); 688 osStatus_t osMemoryPoolDelete (osMemoryPoolId_t mp_id);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
D | rtx_lib.h | 85 __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolId (osMemoryPoolId_t mp_id) { in osRtxMemoryPoolId() argument 87 return ((os_memory_pool_t *)mp_id); in osRtxMemoryPoolId()
|