PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
main_cycle.h
Go to the documentation of this file.
1
10#ifndef SOURCES_BL_INCLUDE_MAIN_CYCLE_H_
11#define SOURCES_BL_INCLUDE_MAIN_CYCLE_H_
15void mainCycleRun(void);
19void mainCyclePreRun(void);
20
21#endif /* SOURCES_BL_INCLUDE_MAIN_CYCLE_H_ */
void mainCycleRun(void)
This function is called in while(1). Waiting for the end of the tick is done after it.
Definition main_cycle.c:36
void mainCyclePreRun(void)
This function is called before main cycle and makes 5s pause to connect debugger if needed.
Definition main_cycle.c:106