pub unsafe extern "C" fn osMemoryPoolDelete(
mp_id: osMemoryPoolId_t,
) -> osStatus_t
Expand description
Delete a Memory Pool object. \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. \return status code that indicates the execution status of the function.