Function esp_idf_sys::esp_intr_dump
source ยท pub unsafe extern "C" fn esp_intr_dump(stream: *mut FILE) -> esp_err_t
Expand description
@brief Dump the status of allocated interrupts @param stream The stream to dump to, if NULL then stdout is used @return ESP_OK on success