#include "lpc2119.h"#include "types.h"#include "pll.h"#include "sysTime.h"Go to the source code of this file.
Defines | |
| #define | DBG 1 |
| #define | JTAG 1 |
| #define | GPIO 1 |
Functions | |
| void | JtagInitialize (void) |
| void | jtagOff () |
| void | SetGPIOPins_In_OUT (void) |
| void | SetTDO_Value (short) |
| void | SetRTCK_Value (short) |
Variables | |
| boolean | bToogle |
| void JtagInitialize | ( | void | ) |
Definition at line 69 of file jtag.c.
References GPIO1_IODIR, GPIO1_IOPIN, GPIO1_IOSET, PCB_PINSEL1, PCB_PINSEL2, printf(), and UARTWriteStr().
| void jtagOff | ( | ) |
| void SetRTCK_Value | ( | short | ) |
| void SetTDO_Value | ( | short | ) |
1.4.7