Technical information

SCI to SPI Peripheral Communication in V850ES Microcontrollers
** Filename : system_user.c
** Abstract : This file implements a device driver for the SYSTEM interrupt
service routine
** APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
**
**
** Compiler: NEC/CA850
**
*****************************************************************************
*/
/*
** ************************************************************************
** Include files
** ************************************************************************
*/
#include "macrodriver.h"
/*
** ************************************************************************
** MacroDefine
** ************************************************************************
*/
4.2.6 Timer.h
/*
*****************************************************************************
**
** This device driver was created by Applilet for the V850ES/KJ1+,
V850ES/KG1+,
** V850ES/KF1+ and V850ES/KE1+ 32-Bit Single-Chip Microcontrollers
**
** Copyright(C) NEC Electronics Corporation 2002-2004
** All rights reserved by NEC Electronics Corporation
**
** This program should be used on your own responsibility.
** NEC Electronics Corporation assumes no responsibility for any losses
** incurred by customers or third parties arising from the use of this file.
**
** Filename : timer.h
** Abstract : This file implements a device driver for the timer module
** APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
**
Device: uPD70F3318Y
**
** Compiler: NEC/CA850
**
*****************************************************************************
*/
#ifndef _MDTIMER_
#define _MDTIMER_
/*
** *************************************************************************
87