![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"Go to the source code of this file.
Macros | |
| #define | FEED_ON_SYSTICKINT 0 |
| #define | FEED_ON_WARNINT 1 |
| #define | NO_FEED 2 |
Functions | |
| static void | wdt_handle (void) |
| void | WDT_IRQHandler (void) |
| watchdog timer Interrupt Handler | |
| void | SysTick_Handler (void) |
| SysTick Interrupt Handler. | |
| int | main (void) |
| Main entry point. | |
Variables | |
| static volatile int | wdtFeedState |
| static volatile bool | On = false |