野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 16598|回复: 1

8266wifi模块代码求解

[复制链接]
发表于 2020-6-14 09:21:56 | 显示全部楼层 |阅读模式
请大神解释下,以下代码该怎么理解???
/******************************* ESP8266 外部全局变量声明 ***************************/
#define RX_BUF_MAX_LEN     1024                                     //最大接收缓存字节数
extern struct  STRUCT_USARTx_Fram                                  //串口数据帧的处理结构体
{
char  Data_RX_BUF [ RX_BUF_MAX_LEN ];

  union {
    __IO u16 InfAll;
    struct {
    __IO u16 FramLength       :15;                               // 14:0
    __IO u16 FramFinishFlag   :1;                                // 15
   } InfBit;
  };

} strEsp8266_Fram_Record;

/******************************* 另一个函数中***************************/

strEsp8266_Fram_Record .Data_RX_BUF [ strEsp8266_Fram_Record .InfBit .FramLength ]  = '\0';
int printf( "%s", strEsp8266_Fram_Record .Data_RX_BUF );  


回复

使用道具 举报

发表于 2020-6-14 15:41:23 | 显示全部楼层
百度位域,c语言的内容
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-25 18:46 , Processed in 0.025401 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表