Searched refs:osMemoryPoolId_t (Results 1 – 2 of 2) 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);
33 \typedef osMemoryPoolId_t53 \fn osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPool…79 osMemoryPoolId_t mpid_MemPool; // memory pool id133 \fn const char *osMemoryPoolGetName (osMemoryPoolId_t mp_id)143 \fn void *osMemoryPoolAlloc (osMemoryPoolId_t mp_id, uint32_t timeout)171 \fn osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id, void *block)196 \fn uint32_t osMemoryPoolGetCapacity (osMemoryPoolId_t mp_id)206 \fn uint32_t osMemoryPoolGetBlockSize (osMemoryPoolId_t mp_id)216 \fn uint32_t osMemoryPoolGetCount (osMemoryPoolId_t mp_id)226 \fn uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id)[all …]