T-EMU
2
The Terma Emulator
|
#include <temu-c/Models/IrqController.h>
Data Fields | |
void(* | raiseInterrupt )(void *Obj, uint8_t Irq) |
void(* | lowerInterrupt )(void *Obj, uint8_t Irq) |
Interrupt controller interface. An interrupt controller can raise and lower IRQ signals. For systems which has interrupts which can be configured to be active high, low or rising or falling, the raise and lower irq have different semantics. For rising edge triggering, the raiseInterrupt function should trigger the IRQ.
Definition at line 16 of file IrqController.h.
void(* temu_IrqControllerIface::lowerInterrupt)(void *Obj, uint8_t Irq) |
Definition at line 18 of file IrqController.h.
void(* temu_IrqControllerIface::raiseInterrupt)(void *Obj, uint8_t Irq) |
Definition at line 17 of file IrqController.h.