Function esp_idf_sys::esp_crosscore_int_send_freq_switch
source ยท pub unsafe extern "C" fn esp_crosscore_int_send_freq_switch(
core_id: c_int,
)
Expand description
Send an interrupt to a CPU indicating it should update its CCOMPARE1 value due to a frequency switch.
This is used internally when dynamic frequency switching is enabled, and should not be called from application code.
@param core_id Core that should update its CCOMPARE1 value