AN2575 Freescale Semiconductor / Motorola, AN2575 Datasheet - Page 28

no-image

AN2575

Manufacturer Part Number
AN2575
Description
MC68HC908EY16 ESCI LIN Drivers
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
AN2575/D
vector.c
#define VECTOR_C
/******************************************************************************
*
*
*
* Functions:
*
* Description:
*
*
*
* Notes:
*
******************************************************************************/
#if defined(HC08)
#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(HICROSS08)
#define Node_Startup
extern void _Startup();
#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
28
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.
Copyright (C) 2001 Motorola, Inc.
/* defined(HICROSS08) */
LIN_VECTF
/* defined(HICROSS08) */
Vectors table for LIN08 Drivers with Motorola API
Vector table and node's startup for HC08.
The users can add their own vectors into the table,
but they should not replace LIN Drivers vectors.
(0)
_Startup
Freescale Semiconductor, Inc.
For More Information On This Product,
MC68HC908EY16 ESCI LIN Drivers
Go to: www.freescale.com
/* for HC08 */
/* 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
/* HiCross compiler startup routine declaration */
/* vectors segment declaration */
*/
*/
*/
*/
*/
*/
MOTOROLA

Related parts for AN2575