pub unsafe extern "C" fn esp_rom_software_reset_cpu(cpu_no: c_int)
Expand description

@brief Software Reset cpu core.

It is not recommended to use this function in esp-idf, use esp_restart() instead.

@param cpu_no : The CPU to reset, 0 for PRO CPU, 1 for APP CPU.