LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crc.c File Reference
#include "board.h"

Go to the source code of this file.

Macros

#define TICKRATE_HZ   (10) /* 10 ticks per second */
 

Functions

void SysTick_Handler (void)
 Handle interrupt from SysTick timer.
 
int main (void)
 Application main function.
 

Variables

static const uint8_t bytes [] = {0x38, 0x38, 0x38, 0x38}
 
static const uint16_t words [] = {0x3534, 0x3534, 0x3534, 0x3534}
 
static const uint32_t dwords [] = {0x33323130, 0x33323130, 0x33323130, 0x33323130}
 
static const uint32_t expect [] = {0x56AB, 0x7A89, 0xD7D6, 0x7D27, 0xA6669D7D}
 
static volatile uint32_t ticks