[][src]Function cmsis_rtos2::cmsis_os2::osMemoryPoolDelete

pub unsafe extern "C" fn osMemoryPoolDelete(
    mp_id: osMemoryPoolId_t
) -> osStatus_t

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.