Searched defs:mp_id (Results 1 – 1 of 1) sorted by relevance
1510 void *osMemoryPoolAlloc(osMemoryPoolId_t mp_id, uint32_t timeout) in osMemoryPoolAlloc()1535 osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) in osMemoryPoolFree()1569 osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id) in osMemoryPoolDelete()1604 uint32_t osMemoryPoolGetCapacity(osMemoryPoolId_t mp_id) in osMemoryPoolGetCapacity()1625 uint32_t osMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id) in osMemoryPoolGetBlockSize()1646 uint32_t osMemoryPoolGetCount(osMemoryPoolId_t mp_id) in osMemoryPoolGetCount()1667 uint32_t osMemoryPoolGetSpace(osMemoryPoolId_t mp_id) in osMemoryPoolGetSpace()1689 const char *osMemoryPoolGetName(osMemoryPoolId_t mp_id) in osMemoryPoolGetName()