?? isr.h
字號:
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, including but not limited to the *
* implied warranties of merchantability and/or fitness for a particular *
* purpose. *
* *
* Copyright (C) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M652x POWER METER - ISRs.
//
// AUTHOR: MTF
//
// HISTORY: See end of file.
//**************************************************************************
// File: ISR.h
//
void ce_busyz_isr (void) small reentrant interrupt CE_BUSYZ_IV using CE_BANK;
void ce_xfer_busyz_rtc_isr (void) small reentrant interrupt XFER_RTC_IV;
#if EEPROM
void EEProm_isr (void) small reentrant interrupt EEPROM_IV;
#endif
#if SERIAL0
void es0_isr (void) small reentrant interrupt ES0_IV using ES0_BANK;
#endif
#if SERIAL1
void es1_isr (void) small reentrant interrupt ES1_IV using ES1_BANK;
#endif
#if M6520
void fwcol_isr (void) small reentrant interrupt FWCOL_IV;
#endif
#if PULSE_CNT
void pcnt_w_isr (void) small reentrant interrupt IO_INT0_IV;
void pcnt_r_isr (void) small reentrant interrupt IO_INT1_IV;
#endif
#if BROWNOUT_BATMODE
void pll_isr (void) small reentrant interrupt PLL_IV;
#endif
#if TMR0
void tmr0_isr (void) small reentrant interrupt TMR0_IV;
#endif
#if TMR1
void tmr1_isr (void) small reentrant interrupt TMR1_IV;
#endif
/***************************************************************************
* History:
* $Log: isr.h,v $
* Revision 1.4 2006/08/09 00:56:57 tvander
* *** empty log message ***
*
* Revision 1.3 2006/03/06 03:33:31 Michael T. Fischer
* More 6530 prep.
*
* Revision 1.2 2006/02/08 03:43:20 tvander
* Made "import" the default power measurement mode, rather than net-metering
*
* Revision 1.1 2006/01/10 04:00:21 gmikef
* Added PDATA support for CE Outputs.
*
*
* Copyright (C) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
* this program is fully protected by the United States copyright *
* laws and is the property of Teridian Semiconductor Corporation. *
***************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -