//############################################################################################################################################################################################################# #ifndef _INC_SYSTEM_CUSTOM_H_ #define _INC_SYSTEM_CUSTOM_H_ //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #include #include //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- uint32_t SystemSystickCounter; //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- void System_InitSysTick(void); void System_SystickTimerStart(void); void System_SystickTimerStop(void); //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #endif // #ifndef _INC_SYSTEM_CUSTOM_H_ //#############################################################################################################################################################################################################