//-------------------------------------------------------// // Project Code : ALE300K03-21-LGE-GEN2.0-ME-CPU1 // File Name : TimerLib.h // Created on : 2022. 10. 19. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef MAIN_RESOURCE_BOARDLIB_TIMERLIB_H_ #define MAIN_RESOURCE_BOARDLIB_TIMERLIB_H_ #ifdef __cplusplus extern "C" { #endif extern void configCPUTimer(uint32_t, float freq, float period); #ifdef __cplusplus } #endif /* extern "C" */ #endif /* MAIN_RESOURCE_BOARDLIB_TIMERLIB_H_ */