Skip to main content

esp_intr_dump

Function 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