/**
|
******************************************************************************
|
* @file regdefine.h
|
* @author AndyChen
|
* @version V1.0
|
* @date 2016-01-22
|
* @brief Modbus registers definition
|
******************************************************************************
|
* @attention
|
*
|
*
|
******************************************************************************
|
*/
|
|
/* Define to prevent recursive inclusion --------------------------------------*/
|
|
#ifndef __REGDEFINE_H
|
|
#define __REGDEFINE_H
|
|
/* Includes -------------------------------------------------------------------*/
|
|
#include <stm32f10x.h>
|
#include "regmap.h"
|
|
/* Exported_Types -------------------------------------------------------------*/
|
|
/* Exported_Macros ------------------------------------------------------------*/
|
|
/*-------------------------------É豸ÐòÁкÅ------------------------------------*/
|
|
|
/*-------------------------------É豸ÅäÖòÎÊý----------------------------------*/
|
|
|
|
|
|
/*-------------------------------Á÷Á¿¼Æ¼ÆÁ¿ÐÅÏ¢--------------------------------*/
|
extern volatile MODBUS_DEVICE_INFO_T modbus_device_info_g;
|
extern volatile flowMeterxinaoSerialnum_t regDevxinaoSerialnum_p5;
|
extern volatile flowMeterDTUout_t regDTUoutMsInfo;
|
|
extern volatile MODBUS_REALTIME_DATA_T modbus_realtime_data_g;
|
|
|
|
|
|
/* Exported_Functions ---------------------------------------------------------*/
|
|
void RegisterInit(void);
|
|
#endif
|
/******************* (C) COPYRIGHT 2015 AndyChen *******END OF FILE*************/
|