Go to the source code of this file.
Functions | |
void | F_InterruptInitial (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 |
void F_InterruptInitial | ( | void | ) |
Definition at line 19 of file interrupt.c.
00019 { 00020 rSRCPND=0x00000000; 00021 rINTMOD=0x00000000; 00022 rINTMSK=0xffffffff; 00023 rPRIORITY=0x7f; 00024 rPRIORITY=0x00; 00025 rINTPND=0x00000000; 00026 rINTOFFSET=0x00000000; 00027 rSUBSRCPND=0x00000000; 00028 rINTSUBMSK=0x00007fff; 00029 }
void F_InterruptIrqDisable | ( | INT32U | Bit | ) |
void F_InterruptIrqEnable | ( | INT32U | Bit | ) |
void F_InterruptSubIrqDisable | ( | INT32U | Bit | ) |
void F_InterruptSubIrqEnable | ( | INT32U | Bit | ) |
INTERRUPT_CONTROL InterruptCtrl |
Definition at line 11 of file interrupt.c.