EdgeGateway_FSU/DevicePortGet/Public_Src/SystemTimeFunc.h

54 lines
2.1 KiB
C
Raw Normal View History

2024-03-15 17:25:04 +08:00
/***************************************************************
Copyright © huijue Network Co., Ltd. 1998-2129. All rights reserved.
Copyright © 1998-2129. All rights reserved.
: SystemTimeFunc.h
: kooloo
: V1.0
: SystemTimeFunc.h
: iMX6ULL
: linux-imx-4.1.15-2.1.0-g3dc0a4b-v2.7
gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf
: V1.0 2023/7/15 kooloo
***************************************************************/
#ifndef __SYSTEMTIMEFUNC_H
#define __SYSTEMTIMEFUNC_H
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : Systemtimer_Iint
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void Systemtimer_Iint(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemTicktimer_isr
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemTicktimer_isr(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : Timer_getNowTicks
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
int Timer_getNowTicks(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : Timer_getDiffValueTicks
** : Ticks kooloo add 20190114
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
int Timer_getDiffValueTicks(int StartTimeTicks);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemInterval_Iint
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemInterval_Iint(void);
#endif