#include "../lpc_config.h"
Go to the source code of this file.
Defines | |
#define | START 0x07 |
#define | MATCH TRUE |
#define | NOT_MATCH FALSE |
#define | CHECK_IF_MATCH 0x08 |
Functions | |
void | T0Init (int ms) |
void | T0Stop () |
void | T0Start () |
int | T0Get () |
void | delayMs (unsigned int delayInMs) |
void | delayUs (unsigned int delayInUs) |
int | timeoutMs (unsigned int delayInMs, unsigned int condition) |