SimAVR
AVR Simulator
avr_int_table_t Struct Reference

Interrupt vectors, and their enable/clear registers. More...

#include <sim_interrupts.h>

Collaboration diagram for avr_int_table_t:

Data Fields

avr_int_vector_tvector [64]
 
uint8_t vector_count
 
avr_int_vector_tpending [64]
 needs to be >= vectors and a power of two More...
 
uint8_t pending_w
 
uint8_t pending_r
 fifo cursors More...
 

Detailed Description

Interrupt vectors, and their enable/clear registers.

Field Documentation

avr_int_vector_t* pending[64]

needs to be >= vectors and a power of two

uint8_t pending_r

fifo cursors

uint8_t pending_w
avr_int_vector_t* vector[64]
uint8_t vector_count

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