esp_cpu_intr_desc_t struct
CPU interrupt descriptor Each particular CPU interrupt has an associated descriptor describing that particular interrupt's characteristics. Call esp_cpu_intr_get_desc() to get the descriptors of a particular interrupt.
Fields
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.
Flags indicating extra details.
![]()
typedef struct {