Home
last modified time | relevance | path

Searched refs:osMemoryPoolId_t (Results 1 – 2 of 2) sorted by relevance

/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h226 typedef void *osMemoryPoolId_t; typedef
646 osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPoolAttr…
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);
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h1527 extern void EvrRtxMemoryPoolError (osMemoryPoolId_t mp_id, int32_t status);
1550 extern void EvrRtxMemoryPoolCreated (osMemoryPoolId_t mp_id, const char *name);
1561 extern void EvrRtxMemoryPoolGetName (osMemoryPoolId_t mp_id, const char *name);
1572 extern void EvrRtxMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout);
1583 extern void EvrRtxMemoryPoolAllocPending (osMemoryPoolId_t mp_id, uint32_t timeout);
1593 extern void EvrRtxMemoryPoolAllocTimeout (osMemoryPoolId_t mp_id);
1604 extern void EvrRtxMemoryPoolAllocated (osMemoryPoolId_t mp_id, void *block);
1614 extern void EvrRtxMemoryPoolAllocFailed (osMemoryPoolId_t mp_id);
1625 extern void EvrRtxMemoryPoolFree (osMemoryPoolId_t mp_id, void *block);
1636 extern void EvrRtxMemoryPoolDeallocated (osMemoryPoolId_t mp_id, void *block);
[all …]