Function osTimerGetName

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

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