📄 mainloop.h
字号:
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 2003 BY PHILIPS SINGAPORE.
// -- ALL RIGHTS RESERVED --
//
// File Name: MAINLOOP.H
// Revision: 1.1
//
//*************************************************************************
//
//*************************************************************************
*/
#ifndef __MAINLOOP_H__
#define __MAINLOOP_H__
#include "BasicTyp.h"
//***************************************************************************
// **************************************************************************
/*
//*************************************************************************
// USB utility functions
//*************************************************************************
*/
void init_port();
void Initialize( void);
void on_exit(void);
void Function_ca(void);
void T_Main_Menu(void);
void F_Main_Menu(void);
void Main_Menu(void);
void Functional_mode(void);
void Test_mode(void);
void Test_loop(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -