pub unsafe extern "C" fn esp_deregister_freertos_idle_hook_for_cpu(
    old_idle_cb: esp_freertos_idle_cb_t,
    cpuid: UBaseType_t
)
Expand description

@brief Unregister an idle callback from the idle hook of the specified core

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