pub unsafe extern "C" fn esp_deregister_freertos_idle_hook_for_cpu(
    old_idle_cb: Option<unsafe extern "C" fn() -> bool>,
    cpuid: u32
)
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