AN2343 Freescale Semiconductor / Motorola, AN2343 Datasheet - Page 22

no-image

AN2343

Manufacturer Part Number
AN2343
Description
HC908EY16 LIN Monitor
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
AN2343/D
/******************************************************************************
******************************************************************************/
#if defined(HICROSS08)
#define Node_Startup
extern void _Startup();
#endif
#if defined(COSMIC08)
#define Node_Startup
extern void _stext();
#endif
/******************************************************************************
******************************************************************************/
#if !defined(NULL)
#define NULL
#endif /* !defined(NULL) */
#undef
#if defined(HICROSS08)
#define LIN_VECTF ( void ( *const ) ( ) )
#pragma CONST_SEG VECTORS_DATA
void (* const _vectab[])( ) =
#endif
#if defined(COSMIC08)
#define LIN_VECTF (void *const)
void *const _vectab[] =
#endif
#if defined(HC08AZ32)
/***************************************************************************/
/*
/***************************************************************************/
{
#if defined(MASTER)
#endif /* defined(MASTER) */
#if defined(SLAVE)
#endif /* defined(SLAVE) */
22
NODE STARTUP
By default compiler startup routine is called.
User is able to replace this by any other routine.
INTERRUPT VECTORS TABLE
User is able to add another ISR into this table instead NULL pointer.
LIN_VECTF NULL,
LIN_VECTF NULL,
LIN_VECTF LIN_ISR_SCI_Transmit,
LIN_VECTF NULL,
LIN_VECTF LIN_ISR_SCI_Receive,
LIN_VECTF LIN_ISR_SCI_Error,
LIN_VECTF NULL,
LIN_VECTF NULL,
LIN_VECTF NULL,
LIN_VECTF NULL,
LIN_VECTF NULL,
/* defined(HICROSS08) */
/* defined(COSMIC08) */
LIN_VECTF
/* defined(HICROSS08) */
/* defined(COSMIC08)
HC08AZ32
(0)
_Startup
_stext
e
Freescale Semiconductor, Inc.
*/
For More Information On This Product,
/* HiCross compiler startup routine declaration */
/* Cosmic compiler startup routine declaration
Go to: www.freescale.com
HC908EY16 LIN Monitor
/* vectors segment declaration */
/* 0xFFD2
/* (used for Master node only)*/
/* 0xFFD4
/* 0xFFD4
/* 0xFFD6
/* 0xFFD8
/* 0xFFDA
/* 0xFFDC
/* 0xFFDE
/* 0xFFE0
/* 0xFFE2
/* 0xFFD0
IRQ2/Keypad
SCI transmit
SCI transmit
SCI receive
SCI error
MSCAN Wakeup
MSCAN Error
MSCAN Receive
MSCAN Transmit
SPI transmit
ADC
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
MOTOROLA

Related parts for AN2343