代码拉取完成,页面将自动刷新
/***************************************************************************
UsartDev中的struct _UsartDevCfg,-在使用SMenu菜单系统时的实现
****************************************************************************/
#ifndef _USART_DEV_CFG_SMENU_H
#define _USART_DEV_CFG_SMENU_H
#ifdef SUPPORT_EX_PREINCLUDE//不支持Preinlude時
#include "Preinclude.h"
#endif
#include "SMenuUser.h"
#include "UsartDevCfg.h"
/***************************************************************************
相关函数
****************************************************************************/
//-------------------------------Cfg操作菜单------------------------------
extern const struct _SMenuFun SMenu_UsartDevCfgCfg;
//-----------------------------波特效率操作菜单------------------------------
#ifndef SUPPORT_USART_DEV_CFG_TINY //非精简模式时
extern const struct _SMenuFun SMenu_UsartDevCfgBuad;
#endif
//-----------------------------用户扩展U0模式菜单----------------------------
#ifdef USART_DEV_CFG_USER
extern const struct _SMenuFun SMenu_UsartDevU0Cfg; //扩展Cfg操作菜单
extern const struct _SMenuFun SMenu_UsartDevU0SpaceT; //SpaceT菜单
extern const struct _SMenuFun SMenu_UsartDevU0WaitT; //WaitTAdr菜单
extern const struct _SMenuFun SMenu_UsartDevU0ADR; //从机时的Adr菜单
#endif
/***************************************************************************
回调函数
****************************************************************************/
//------------------由User结构得到正在调整的UsartDevCfg结构--------------------
#if USART_DEV_CFG_COUNT > 1 //多个时
struct _UsartDevCfg *SMenu_UsartDevCfg_cbGet(const struct _SMenuUser *pUser);
#else
#define SMenu_UsartDevCfg_cbGet(user) &UsartDevCfg[0]
#endif
//------------------由User结构得到正在调整的UsartDevCfg ID--------------------
#if USART_DEV_CFG_COUNT > 1 //多个时
unsigned char SMenu_UsartDevCfg_cbGetId(const struct _SMenuUser *pUser);
#else
#define SMenu_UsartDevCfg_cbGetId(user) (0)
#endif
#endif //_USART_DEV_CFG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。