temu_IrqControllerIface Struct Reference

#include <temu-c/Models/IrqController.h>


Data Fields

void(* raiseInterrupt )(void *Obj, uint8_t Irq)
void(* lowerInterrupt )(void *Obj, uint8_t Irq)


Detailed Description

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.


Field Documentation

void(* temu_IrqControllerIface::raiseInterrupt)(void *Obj, uint8_t Irq)

void(* temu_IrqControllerIface::lowerInterrupt)(void *Obj, uint8_t Irq)


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

Generated on Wed May 27 11:00:04 2015 for T-EMU by  doxygen 1.5.6