#include "temu-c/Support/Objsys.h"
Go to the source code of this file.
Data Structures | |
struct | temu_IrqControllerIface |
struct | temu_IrqClientIface |
Typedefs | |
typedef struct temu_IrqControllerIface | temu_IrqCtrlIface |
Functions | |
OBJSYS_OBJ_TYPE (temu_IrqCtrl) | |
OBJSYS_OBJ_TYPE (temu_IrqClient) |
typedef struct temu_IrqControllerIface temu_IrqCtrlIface |
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.
OBJSYS_OBJ_TYPE | ( | temu_IrqClient | ) |
OBJSYS_OBJ_TYPE | ( | temu_IrqCtrl | ) |