![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"Go to the source code of this file.
Macros | |
| #define | TICKRATE_HZ (10) /* 10 ticks per second */ |
| #define | RNG_MULTI (69069) |
| #define | NO_LO_BITS(x) (x >> 8) |
Functions | |
| static uint32_t | RAND (void) |
| void | SysTick_Handler (void) |
| Handle interrupt from SysTick timer. | |
| void | MRT_IRQHandler (void) |
| Handle interrupt from MRT. | |
| int | main (void) |
| MRT example main function. | |
Variables | |
| static uint32_t | rng = 1234UL |