pg_time.h

来自「一个移植到凌阳单片机spce061a上面的实时操作系统」· C头文件 代码 · 共 15 行

H
15
字号
// PGOS Time Service

#ifndef  PG_TIME
#define  PG_TIME

#if  PG_TIME_SUPPORT == 1
DWORD     pgos_tim_getsec(  ) ;
DWORD     pgos_tim_getmin(  ) ;
DWORD     pgos_tim_gethour( ) ;
DWORD     pgos_tim_getday( ) ;
VOID      pgos_tim_clrtime( ) ;
VOID      pgos_tim_process(  ) ;
#endif

#endif

⌨️ 快捷键说明

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