esp_idf_hal::sys

Function esp_system_abort

Source
pub unsafe extern "C" fn esp_system_abort(details: *const u8) -> !
Expand description

@brief Trigger a software abort

@param details Details that will be displayed during panic handling.