Function esp_idf_hal::sys::pcTimerGetName
source ยท pub unsafe extern "C" fn pcTimerGetName(
xTimer: *mut tmrTimerControl,
) -> *const i8
Expand description
const char * const pcTimerGetName( TimerHandle_t xTimer );
Returns the name that was assigned to a timer when the timer was created.
@param xTimer The handle of the timer being queried.
@return The name assigned to the timer specified by the xTimer parameter.