?? flag0.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 - FLAG protocol.
//
// AUTHOR: RGV
//
// HISTORY: See end of file
//
//**************************************************************************
//
// File: flag.h
//
//**************************************************************************
#ifndef FLAG0_H
#define FLAG0_H 1
/* run a flag state machine for a serial port */
void flag0_in (void) small reentrant; // called from interrupt
void flag0_out (void) small reentrant; // called from interrupt
void flag0_run (void);
void flag0_initialize (void);
#endif
/***************************************************************************
* $Log: flag0.h,v $
* Revision 1.2 2005/09/22 23:45:00 tvander
* Clean build all models and unit tests, updated copyright to be fore Teridian
*
* Revision 1.1 2005/04/06 23:02:50 tvander
* First valid compile of flag
*
* 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. *
***************************************************************************/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -