?? blscidef.h
字號(hào):
/**************************(c) STMicroelectronics *****************************/
/*! \file
*
* CVS ID: $Id: blscidef.h,v 1.5 2007/02/15 13:10:13 marcucci Exp $
* Author: Maurizio Marcucci [MM] - STM
* Date: $Date: 2007/02/15 13:10:13 $
* Revision: $Revision: 1.5 $
*
* Project Scope: CDM M8
*
* Organisation: Optical Media Storage B.U.
* AGRATE ITALY Application Lab
*
* Version Control:
* \source sources/debug/scidef.h
* \version 0.1
* \author ST Agrate
* \date 00-00-00
*
*******************************************************************************
* \brief Definition for RS232 Driver Procedures
*
* \par Change History:
*
***************************************************
*
* STM CVS Log:
*
* $Log: blscidef.h,v $ * Revision 1.5 2007/02/15 13:10:13 marcucci * Bootloader Optimization *
* Revision 1.4 2006/09/18 09:55:20 belardi
* Corrected CVS keyword usage
*
* Revision 1.3 2006/09/18 09:22:15 belardi
* Added Log CVS keyword into file header
*
*
******************************************************************************/
#define BL_RS232_RECEIVE_IT 0x20
#define BL_RS232_TRANSMIT_IT 0x40
#define BL_RS232_PARITY_IT 0x01
#define BL_RS232_NO_PARITY 0x00
#define BL_RS232_PARITY 0x01
#define BL_RS232_PARITY_EVEN 0x00
#define BL_RS232_PARITY_ODD 0x02
#define BL_RS232_PARITY_NO_INT 0x00
#define BL_RS232_PARITY_INT 0x04
#define BL_RS232_ERROR 0x00
#define BL_RS232_NO_ERROR 0x01
#define BL_RS232_INVALID_BAUDRATE 0x02
#define BL_RS232_INVALID_PARITY 0x03
#define BL_RS232_TX_READY 0x80
#define BL_RS232_RX_READY 0x40
#define BL_RS232_NEW_MSG 0x20
#define BL_RS232_IDLE 0x10
#define BL_RS232_OVERRUN 0x08
#define BL_RS232_NOISE 0x04
#define BL_RS232_FRAMING_ERROR 0x02
#define BL_RS232_PARITY_ERROR 0x01
#define BL_RS232_TX_STARTED 0x01
#define BL_RS232_TX_NOT_READY 0x02
/*** (c) 2003 STMicroelectronics **************************** END OF FILE ***/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -