AN2343 Freescale Semiconductor / Motorola, AN2343 Datasheet - Page 21

no-image

AN2343

Manufacturer Part Number
AN2343
Description
HC908EY16 LIN Monitor
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
vector.c
#define VECTOR_C
/******************************************************************************
*
*
*
*
*
*
*
*
*
*
*
* Filename:
* Author:
* Locker:
* State:
* Revision:
*
* Functions:
*
* History:
*
*
* Description:
*
*
*
* Notes:
*
******************************************************************************/
#if defined(HC08)
#if defined(HC08AZ32)
extern void LIN_ISR_SCI_Receive();
extern void LIN_ISR_SCI_Error();
// extern void BREAK_Command();
#if defined MASTER
extern void LIN_ISR_SCI_Transmit();
extern void LIN_ISR_Timer0();
#endif /* defined MASTER */
#endif /* defined(HC08AZ32) */
#if defined(HC08EY16)
extern void LIN_ISR_SCI_Receive();
extern void LIN_ISR_SCI_Error();
// extern void BREAK_Command();
#if defined MASTER
extern void LIN_ISR_SCI_Transmit();
extern void LIN_ISR_Timer0();
#endif /* defined MASTER */
#endif /* defined(HC08EY16) */
MOTOROLA
Copyright (C) 2001 Motorola, Inc.
All Rights Reserved
The code is the property of Motorola GSG St.Petersburg
Software Development
and is Motorola Confidential Proprietary Information.
The copyright notice above does not evidence any
actual or intended publication of such source code.
$Source: /net/sdt/vault-rte/cvsroot/lin/release/hc08/hc08/vector.c,v $
$Author: kam $
$Locker:
$State: Exp $
$Revision: 1.17 $
Vectors table for LIN08 Drivers with Motorola API
Use the CVS command log to display revision history
information.
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.
$
Freescale Semiconductor, Inc.
For More Information On This Product,
/* SWI ISR
/* SWI ISR
/* for HC08 */
/* SCI receive ISR
/* SCI error ISR
/* (used for Master node only) */
/* SCI transmit ISR
/* Timer Interface Module Channel 0 ISR */
/* ESCI receive ISR
/* ESCI error ISR
/* (used for Master node only)
/* ESCI transmit ISR
/* Timer Interface Module Channel 0 ISR
Go to: www.freescale.com
HC908EY16 LIN Monitor
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
Appendix B – Source Files
AN2343/D
21

Related parts for AN2343