pub unsafe extern "C" fn esp_deregister_freertos_tick_hook_for_cpu(
    old_tick_cb: esp_freertos_tick_cb_t,
    cpuid: UBaseType_t
)
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