Function esp_idf_hal::sys::timer_isr_callback_remove
source ยท pub unsafe extern "C" fn timer_isr_callback_remove(
group_num: u32,
timer_num: u32,
) -> i32
Expand description
@brief Remove ISR handle callback for the corresponding timer.
@param group_num Timer group number @param timer_num Timer index of timer group
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error