IRQ_t Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
InterruptController::IRQ_t Struct Reference
#include <sim_interrupt.h>
Public Attributes | |
| int_vect_t | vector |
| Vector index. | |
| flash_addr_t | address |
| Address (in bytes) of the interrupt vector. | |
| bool | nmi |
| Non-maskable (by GIE) indicator flag. | |
Detailed Description
Structure returned by the interrupt controller to the CPU containing the information of the interrupt to process.
Member Data Documentation
◆ address
| flash_addr_t InterruptController::IRQ_t::address |
Address (in bytes) of the interrupt vector.
◆ nmi
| bool InterruptController::IRQ_t::nmi |
Non-maskable (by GIE) indicator flag.
◆ vector
| int_vect_t InterruptController::IRQ_t::vector |
Vector index.
The documentation for this struct was generated from the following file:
Generated by