osMemoryPoolFree() is only used within CMSIS.
 
Symbols
loading...
Files
loading...

osMemoryPoolFree() function

Return an allocated memory block back to a Memory Pool.

Syntax

osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id,     void *block);

Arguments

mp_id

memory pool ID obtained by osMemoryPoolNew.

block

address of the allocated memory block to be returned to the memory pool.

Return value

status code that indicates the execution status of the function.

References

LocationText
cmsis_os2.h:663
osStatus_t osMemoryPoolFree (osMemoryPoolId_t mp_id, void *block);

Type Use

Type of osMemoryPoolFree()
osMemoryPoolFree()
all items filtered out