| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <intc_esp32.h>
Data Fields | |
| int | disabled: 1 | 
| int | source: 8 | 
| volatile uint32_t * | statusreg | 
| uint32_t | statusmask | 
| intr_handler_t | isr | 
| void * | arg | 
| struct shared_vector_desc_t * | next | 
| void* shared_vector_desc_t::arg | 
| int shared_vector_desc_t::disabled | 
| intr_handler_t shared_vector_desc_t::isr | 
| struct shared_vector_desc_t* shared_vector_desc_t::next | 
| int shared_vector_desc_t::source | 
| uint32_t shared_vector_desc_t::statusmask | 
| volatile uint32_t* shared_vector_desc_t::statusreg |