esp_cpu_intr_desc_t is only used within ESP-IDF.
 
Symbols
loading (1/5)...
Files
loading (3/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
int
Priority of the interrupt if it has a fixed priority, (-1) if the priority is configurable.
Whether the interrupt is an edge or level type interrupt, ESP_CPU_INTR_TYPE_NA if the type is configurable.
uint32_t
Flags indicating extra details.