#include "LPC214x.h"
#include "type.h"
#include "irq.h"
#include "target.h"
Go to the source code of this file.
Functions | |
void | FIQ_Exception (void) |
void | IRQ_Exception (void) |
void | TargetInit (void) |
void | TargetResetInit (void) |
void FIQ_Exception | ( | void | ) |
Definition at line 41 of file Common_WinARM/src/target.c.
void IRQ_Exception | ( | void | ) |
Definition at line 26 of file Common_WinARM/src/target.c.
void TargetInit | ( | void | ) |
Definition at line 57 of file Common_WinARM/src/target.c.
void TargetResetInit | ( | void | ) |
Definition at line 74 of file Common_WinARM/src/target.c.