osPoolFree() function
Return an allocated memory block back to a specific memory pool
Arguments
pool_id
memory pool ID obtain referenced with osPoolCreate.
block
address of the allocated memory block that is returned to the memory pool.
Return value
status code that indicates the execution status of the function.
Notes
MUST REMAIN UNCHANGED: \b osPoolFree shall be consistent in every CMSIS-RTOS.