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

Go to the source code of this file.

Macros

#define CCAN_TX_MSG_ID   (0x200)
 
#define CCAN_RX_MSG_ID   (0x100)
 
#define CCAN_TX_MSG_REMOTE_ID   (0x300)
 

Functions

void CAN0_IRQHandler (void)
 
int main (void)
 Main program body.
 

Variables

static char WelcomeMenu []
 
uint8_t msg_received_counter = 0
 

Macro Definition Documentation

#define CCAN_RX_MSG_ID   (0x100)

Definition at line 34 of file ccan.c.

#define CCAN_TX_MSG_ID   (0x200)

Definition at line 33 of file ccan.c.

#define CCAN_TX_MSG_REMOTE_ID   (0x300)

Definition at line 35 of file ccan.c.

Function Documentation

void CAN0_IRQHandler ( void  )

Definition at line 46 of file ccan.c.

Variable Documentation

uint8_t msg_received_counter = 0

Definition at line 44 of file ccan.c.

char WelcomeMenu[]
static
Initial value:
= "\n\rHello NXP Semiconductors \r\r"
"CCAN DEMO : Use C_CAN to transmit and receive Message from CAN Analyzer\r\n"
"CCAN bit rate : 500kBit/s\r\n"

Definition at line 40 of file ccan.c.