zheng_init.h

来自「zigbee子节点源代码」· C头文件 代码 · 共 32 行

H
32
字号

#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   local_time[10];
 //UINT64   SFD_point_time;
  UINT64  specialtime;
  
}LocaltimeInfo;
extern LocaltimeInfo Timeinfo;

//typedef struct
//{
 // ; 
//}Now_time
//extern Now_time LL;

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


 
UINT8 get_local_time(UINT8 *ttime);
#endif	

⌨️ 快捷键说明

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