📄 dbgext.h
字号:
/**************************(c) STMicroelectronics *****************************/
/*! \file
*
* Organisation: Optical Media Storage B.U.
* AGRATE ITALY Application Lab
*
* Version Control:
* \source sources/debug/dbgext.h
* \version 0.1
* \author ST Agrate
* \date 00-00-00
*
*******************************************************************************
* \brief Function Prototypes common to all Debug Modules
*
* \par Change History:
*
***************************************************
*
* STM CVS Log:
*
* $Log: dbgext.h,v $ * Revision 1.6 2007/08/14 15:28:41 dellorto * multiple mechanisms *
* Revision 1.5 2006/09/18 09:55:24 belardi
* Corrected CVS keyword usage
*
* Revision 1.4 2006/09/18 09:25:05 belardi
* Added Log CVS keyword into file header
*
*
******************************************************************************/
#ifndef __DBGEXT_H
#define __DBGEXT_H
#if (DEBUG_INCLUDE_PCDEB == 1)
extern uint8 current_micro_command;
extern RETVAL micro_command_result;
extern RETVAL debug_error_reason;
extern t_buffer_mode buffer_mode;
void tx_msg(uint8 msg_len, uint8 * tx_msg_buf_ptr, uint8 if_type);
uint8 cksum_verify(uint8 byte_count, uint8 * msg_buf_ptr);
// uint8 RS232_Init(uint8 BaudRate, uint8 Parity);
// void RS232_LowPower(void);
uint8 RS232_GetStatus(void);
uint8 RS232_Send(void);
// void RS232_Release(void);
void oif_init_debug(void);
#endif
#endif // __DBGEXT_H
/*** (c) 2003 STMicroelectronics **************************** END OF FILE ***/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -