nt9856x/code/application/source/cardv/SrcCode/Gx/GxTimer/GxTimer_int.h
2023-03-28 15:07:53 +08:00

18 lines
378 B
C
Executable File

#ifndef _GXTIMER_INT_H
#define _GXTIMER_INT_H
#include <stdio.h>
#include <string.h>
#include "kwrap/type.h"
#include "kwrap/error_no.h"
#include "kwrap/task.h"
#include "kwrap/flag.h"
#include "kwrap/semaphore.h"
extern GX_CALLBACK_PTR g_fpTimerCB;
extern ID SEMID_GXTIMER;
extern void xGxTimer_InstallCmd(void);
extern void GxTimer_InstallID(void);
#endif //_GXTIMER_INT_H