Home
last modified time | relevance | path

Searched defs:mp_id (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h1538 #define EvrRtxMemoryPoolError(mp_id, status) argument
1561 #define EvrRtxMemoryPoolCreated(mp_id, name) argument
1572 #define EvrRtxMemoryPoolGetName(mp_id, name) argument
1583 #define EvrRtxMemoryPoolAlloc(mp_id, timeout) argument
1594 #define EvrRtxMemoryPoolAllocPending(mp_id, timeout) argument
1604 #define EvrRtxMemoryPoolAllocTimeout(mp_id) argument
1615 #define EvrRtxMemoryPoolAllocated(mp_id, block) argument
1625 #define EvrRtxMemoryPoolAllocFailed(mp_id) argument
1636 #define EvrRtxMemoryPoolFree(mp_id, block) argument
1647 #define EvrRtxMemoryPoolDeallocated(mp_id, block) argument
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h85 __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolId (osMemoryPoolId_t mp_id) { in osRtxMemoryPoolId()