|
SimAVR
AVR Simulator
|
Public IRQ structure. More...
#include <sim_irq.h>

Data Fields | |
| struct avr_irq_pool_t * | pool |
| 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_t * | hook |
| list of hooks to be notified More... | |
Public IRQ structure.
| 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