Searched defs:mp_id (Results 1 – 1 of 1) sorted by relevance
1472 void *osMemoryPoolAlloc(osMemoryPoolId_t mp_id, uint32_t timeout) in osMemoryPoolAlloc()1497 osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) in osMemoryPoolFree()1531 osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id) in osMemoryPoolDelete()1566 uint32_t osMemoryPoolGetCapacity(osMemoryPoolId_t mp_id) in osMemoryPoolGetCapacity()1587 uint32_t osMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id) in osMemoryPoolGetBlockSize()1608 uint32_t osMemoryPoolGetCount(osMemoryPoolId_t mp_id) in osMemoryPoolGetCount()1629 uint32_t osMemoryPoolGetSpace(osMemoryPoolId_t mp_id) in osMemoryPoolGetSpace()1651 const char *osMemoryPoolGetName(osMemoryPoolId_t mp_id) in osMemoryPoolGetName()