pub unsafe extern "C" fn esp_deregister_freertos_tick_hook_for_cpu(
    old_tick_cb: Option<unsafe extern "C" fn()>,
    cpuid: u32
)
Expand description

@brief Unregister a tick callback from the tick hook of the specified core

@param[in] old_tick_cb Callback to be unregistered @param[in] cpuid id of the core