2023-01-30 03:57:33 +00:00
|
|
|
extern volatile int z_vsync_Count1;
|
|
|
|
extern volatile int z_vsync_Count2;
|
2020-03-11 20:19:01 +00:00
|
|
|
|
2020-03-02 19:22:10 +00:00
|
|
|
void vsync_init(void);
|
2020-01-06 11:07:53 +00:00
|
|
|
void z_vsync_wait(void);
|
2020-03-02 19:22:10 +00:00
|
|
|
void vsync_exit(void);
|