Searched refs:osMemoryPoolId_t (Results 1 – 1 of 1) sorted by relevance
273 typedef void *osMemoryPoolId_t; typedef751 osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPoolAttr…756 const char *osMemoryPoolGetName (osMemoryPoolId_t mp_id);762 void *osMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout);768 osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id, void *block);773 uint32_t osMemoryPoolGetCapacity (osMemoryPoolId_t mp_id);778 uint32_t osMemoryPoolGetBlockSize (osMemoryPoolId_t mp_id);783 uint32_t osMemoryPoolGetCount (osMemoryPoolId_t mp_id);788 uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id);793 osStatus_t osMemoryPoolDelete (osMemoryPoolId_t mp_id);