Directed Electronics 3200HS Technical Information Page 74

  • Download
  • Add to my manuals
  • Print
  • Page
    / 99
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 73
CSI to SPI Peripheral Communication in V850ES 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_user.c
** Abstract : This file implements a device driver for the timer interrupt
service routine
** APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
**
Device: uPD70F3318Y
**
** Compiler: NEC/CA850
**
*****************************************************************************
*/
/*
***************************************************************************
**Include files
***************************************************************************
*/
#include "macrodriver.h"
#include "timer.h"
/* add include file for switches */
#include "sw_vkj1.h"
#pragma interrupt INTTM000 MD_INTTM000
/*
***************************************************************************
**MacroDefine
***************************************************************************
*/
/* counter for millisecond timer */
volatile unsigned int milliseconds;
/*
**---------------------------------------------------------------------------
----------
**
** Abstract:
** TM00 INTTM000 Interrupt service routine
**
** Parameters:
** None
**
** Returns:
** None
**
68
Page view 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 98 99

Comments to this Manuals

No comments