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

osMemoryPoolGetSpace() function

Get number of memory blocks available in a Memory Pool.

Syntax

uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id);

Arguments

mp_id

memory pool ID obtained by osMemoryPoolNew.

Return value

number of memory blocks available.

References

LocationText
cmsis_os2.h:683
uint32_t osMemoryPoolGetSpace (osMemoryPoolId_t mp_id);

Type Use

Type of osMemoryPoolGetSpace()
osMemoryPoolGetSpace()
uint32_t
all items filtered out