f3xx_usb0_customapp.h

来自「8051试验程序 基础教材」· C头文件 代码 · 共 34 行

H
34
字号
//-----------------------------------------------------------------------------
// F3xx_USB0_CustomApp.h
//-----------------------------------------------------------------------------
// Copyright 2005 Silicon Laboratories, Inc.
// http://www.silabs.com
//
// Program Description:
//
// This file shows an example of how an initialization routine
// can be made accessible to the USB_MAIN file.
//
// How To Test:    See Readme.txt
//
//
// FID             3XX000019
// Target:         C8051F32x/C8051F340
// Command Line:   See Readme.txt
// Project Name:   F3xx_MouseExample
//
//
// Release 1.0
//    -Initial Revision (PD)
//    -07 DEC 2005
//


#ifndef _DEFAULT_CUSTOMAPP_H_
#define _DEFAULT_CUSTOMAPP_H_

void DEFAULT_InitRoutine(void);
void USB_Init(void);

#endif  /* _USB_CUSTOMAPP_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?