[][src]Function cmsis_rtos2::cmsis_os2::osMemoryPoolGetName

pub unsafe extern "C" fn osMemoryPoolGetName(
    mp_id: osMemoryPoolId_t
) -> *const c_char

Get name of a Memory Pool object. \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. \return name as null-terminated string.