[][src]Function cmsis_rtos2::cmsis_os2::osTimerGetName

pub unsafe extern "C" fn osTimerGetName(timer_id: osTimerId_t) -> *const c_char

Get name of a timer. \param[in] timer_id timer ID obtained by \ref osTimerNew. \return name as null-terminated string.