📄 usbhost_inc.h
字号:
/*
**************************************************************************************************************
* NXP USB Host Stack
*
* (c) Copyright 2008, NXP SemiConductors
* (c) Copyright 2008, OnChip Technologies LLC
* All Rights Reserved
*
* www.nxp.com
* www.onchiptech.com
*
* File : usbhost_inc.h
* Programmer(s) : Ravikanth.P
* Version :
*
**************************************************************************************************************
*/
#ifndef USBHOST_INC_H
#define USBHOST_INC_H
/*
**************************************************************************************************************
* INCLUDE HEADER FILES
**************************************************************************************************************
*/
#include "LPC177x_8x.h"
#include "usbhost_err.h"
#include "../Uart/usbhost_uart.h"
#include "../Host/usbhost_lpc17xx.h"
#include "../MassStorage/usbhost_ms.h"
#include "../Fat/usbhost_fat.h"
#include "../Include/usbhost_cpu.h"
#include "../Include/usbhost_err.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -