SimAVR
AVR Simulator
|
Interrupt vectors, and their enable/clear registers. More...
#include <sim_interrupts.h>
Data Fields | |
avr_int_vector_t * | vector [64] |
uint8_t | vector_count |
avr_int_vector_t * | pending [64] |
needs to be >= vectors and a power of two More... | |
uint8_t | pending_w |
uint8_t | pending_r |
fifo cursors More... | |
Interrupt vectors, and their enable/clear registers.
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 |