#include "includes.h"
Go to the source code of this file.
Macros | |
#define | InterruptIdleState 0 |
Functions | |
void | F_InterruptInit (void) |
void | F_InterruptSvc (void) |
void | F_InterruptIrqEnable (INT32U Bit) |
void | F_InterruptIrqDisable (INT32U Bit) |
void | F_InterruptSubIrqEnable (INT32U Bit) |
void | F_InterruptSubIrqDisable (INT32U Bit) |
Variables | |
INTERRUPT_CONTROL | InterruptCtrl |
#define InterruptIdleState 0 |
Definition at line 11 of file interrupt.c.
void F_InterruptInit | ( | void | ) |
Definition at line 22 of file interrupt.c.
void F_InterruptIrqDisable | ( | INT32U | Bit | ) |
Definition at line 39 of file interrupt.c.
void F_InterruptIrqEnable | ( | INT32U | Bit | ) |
Definition at line 36 of file interrupt.c.
void F_InterruptSubIrqDisable | ( | INT32U | Bit | ) |
Definition at line 45 of file interrupt.c.
void F_InterruptSubIrqEnable | ( | INT32U | Bit | ) |
Definition at line 42 of file interrupt.c.
void F_InterruptSvc | ( | void | ) |
Definition at line 35 of file interrupt.c.
INTERRUPT_CONTROL InterruptCtrl |
Definition at line 13 of file interrupt.c.