SimAVR
AVR Simulator

Public IRQ structure. More...

#include <sim_irq.h>

Collaboration diagram for avr_irq_t:

Data Fields

struct avr_irq_pool_tpool
 
const char * name
 
uint32_t irq
 any value the user needs More...
 
uint32_t value
 current value More...
 
uint8_t flags
 IRQ_* flags. More...
 
struct avr_irq_hook_thook
 list of hooks to be notified More...
 

Detailed Description

Public IRQ structure.

Field Documentation

uint8_t flags

IRQ_* flags.

struct avr_irq_hook_t* hook

list of hooks to be notified

uint32_t irq

any value the user needs

const char* name
struct avr_irq_pool_t* pool
uint32_t value

current value


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