⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zheng_init.h

📁 zigbee中心节点源代码
💻 H
字号:

#ifndef	zheng_Init_H_
#define zheng_Init_H_
typedef struct 
{
  //UINT8   Hour;
 // UINT8   Minute;
 // UINT8   Second;
 // UINT16  mSecond;
 // UINT8  ten_uSecond;
  UINT8  time[8];
  UINT64 specialtime;
  BYTE  SendbeaconFLAG;
  UINT64 Sendbeacontime;
 
}LocaltimeInfo;
extern LocaltimeInfo Timeinfo;
//typedef struct
//{
 // ; 
//}Now_time
//extern Now_time LL;

void time_A0_Init(void);
void hal_uInit(void);

UINT64 convert_time_format64(UINT8 *time);
UINT8 convert_time_format8(UINT64 longlongtime ,UINT8 *time);
UINT8 get_instance_time(UINT8 *ttime);
#endif	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -