Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shared_vector_desc_t Struct Reference

#include <intc_esp32.h>

Data Fields

int disabled: 1
 
int source: 8
 
volatile uint32_tstatusreg
 
uint32_t statusmask
 
intr_handler_t isr
 
void * arg
 
struct shared_vector_desc_tnext
 

Field Documentation

◆ arg

void* shared_vector_desc_t::arg

◆ disabled

int shared_vector_desc_t::disabled

◆ isr

intr_handler_t shared_vector_desc_t::isr

◆ next

struct shared_vector_desc_t* shared_vector_desc_t::next

◆ source

int shared_vector_desc_t::source

◆ statusmask

uint32_t shared_vector_desc_t::statusmask

◆ statusreg

volatile uint32_t* shared_vector_desc_t::statusreg

The documentation for this struct was generated from the following file: