AN2573 Freescale Semiconductor / Motorola, AN2573 Datasheet - Page 35

no-image

AN2573

Manufacturer Part Number
AN2573
Description
LINkits LIN Evaluation Boards
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
#if defined(HC08EY16)
extern void LIN_ISR_SCI_Receive();
extern void LIN_ISR_SCI_Error();
extern void TimerA0();
extern void TimerA1();
// extern void TimerB();
// extern void BREAK_Command();
#endif /* defined(HC08EY16) */
/******************************************************************************
******************************************************************************/
#if defined(CW08)
#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(CW08)
#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(HC08EY16)
MOTOROLA
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.
/* defined(CW08) */
/* defined(COSMIC08) */
LIN_VECTF
/* defined(CW08) */
/* defined(COSMIC08)
(0)
_Startup
_stext
Freescale Semiconductor, Inc.
For More Information On This Product,
*/
LINkits LIN Evaluation Boards
Go to: www.freescale.com
/* ESCI receive ISR
/* ESCI error ISR
/* Timer Module A Channel 0 ISR
/* Timer Module A Channel 1 ISR
/* Timer Module B Overflow ISR
/* SWI ISR
/* CW08 compiler startup routine declaration */
/* Cosmic compiler startup routine declaration
/* vectors segment declaration */
HC08EY16.h (Register Definitions for the MC68HC908EY16)
*/
*/
*/
*/
*/
*/
AN2573/D
*/
35

Related parts for AN2573