Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h273 typedef void *osMemoryPoolId_t; typedef
751 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);
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_cmsis_os2_mem_pool.txt33 \typedef osMemoryPoolId_t
53 \fn osMemoryPoolId_t osMemoryPoolNew (uint32_t block_count, uint32_t block_size, const osMemoryPool…
79 osMemoryPoolId_t mpid_MemPool; // memory pool id
133 \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 …]