zheng_init.h

来自「zigbee中心节点源代码」· C头文件 代码 · 共 31 行

H
31
字号

#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 + =
减小字号Ctrl + -
显示快捷键?