📄 mainloop.h
字号:
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 2000 BY PHILIPS SINGAPORE.
// -- ALL RIGHTS RESERVED --
//
// File Name: MAINLOOP.H
// Author: ZhenYu Zhang
// Created: Jun. 8, 2000
// Modified:
// Revision: 0.0
//
//*************************************************************************
//
//*************************************************************************
*/
#ifndef __MAINLOOP_H__
#define __MAINLOOP_H__
#include "BasicTyp.h"
/*
//*************************************************************************
// USB utility functions
//*************************************************************************
*/
void MLSup_Init(void);
void MLSup_Exit(void);
BOOLEAN MLSup_KeypadHandler(void);
void MLSup_InitSWStructure (void);
void A_Host_Service(void);
void B_Host_Service(void);
void A_Peripheral_Service(void);
void B_Peripheral_Service(void);
void prn_menu_message(void);
void test_otg_reg(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -