usbhost_inc.h
来自「LPC1788的USBHOST的FATFS移植」· C头文件 代码 · 共 38 行
H
38 行
/*
**************************************************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?