[][src]Function esp_idf_bindgen::esp_crosscore_int_init

pub unsafe extern "C" fn esp_crosscore_int_init()

Initialize the crosscore interrupt system for this CPU. This needs to be called once on every CPU that is used by FreeRTOS.

If multicore FreeRTOS support is enabled, this will be called automatically by the startup code and should not be called manually.