#include "types.h"#include "lpc2119.h"#include "Directive.h"Go to the source code of this file.
Functions | |
| void | TestTxSR (char *, short) |
| uint32_t | TestICR (short, char *, short) |
| short | TestRFS (short, char *, short) |
| short | TestSR (short, char *, short) |
| short | TestGSR (short, char *, short) |
| void | PrintCANsStatus (short, char *, short) |
| void PrintCANsStatus | ( | short | , | |
| char * | , | |||
| short | ||||
| ) |
Definition at line 153 of file CanTest.c.
References disableIRQ(), enableIRQ(), printf(), TestGSR(), TestICR(), TestSR(), TestTxSR(), and WD_Reset().
| short TestGSR | ( | short | , | |
| char * | , | |||
| short | ||||
| ) |
Definition at line 133 of file CanTest.c.
References CAN1_GSR, CAN2_GSR, CAN4_GSR, disableIRQ(), enableIRQ(), GSR_BS, GSR_DOS, GSR_ES, GSR_TBS, GSR_TCS, GSR_TS, printf(), and WD_Reset().
Referenced by PrintCANsStatus().
| uint32_t TestICR | ( | short | , | |
| char * | , | |||
| short | ||||
| ) |
| short TestRFS | ( | short | , | |
| char * | , | |||
| short | ||||
| ) |
| short TestSR | ( | short | , | |
| char * | , | |||
| short | ||||
| ) |
| void TestTxSR | ( | char * | , | |
| short | ||||
| ) |
Definition at line 36 of file CanTest.c.
References CAN_TxSR, disableIRQ(), enableIRQ(), printf(), TxSR_TCS, TxSR_TS1, TxSR_TS2, TxSR_TS4, and WD_Reset().
Referenced by PrintCANsStatus().
1.4.7