cc2511_usb_library_headers.h

来自「ti-Chipcon CC251x 2.4G Soc应用开发源码实例。包括rf,」· C头文件 代码 · 共 38 行

H
38
字号
#ifndef CC2511_USB_LIBRARY_HEADERS_H
#define CC2511_USB_LIBRARY_HEADERS_H
/*
 * Description:
 * This file include all .h files in the cc2511 USB framwork.
 * Do not include other .h files found in the cc2511 USB framwork.
 *
 *
 *              ********** IMPORTANT! *************
 *
 * If the cc2511 USB library are to be used, copy the cc2511_usb_library_config_template.h file
 * into the project catalog.
 * Rename it to cc2511_usb_library_config.h, and edit it to get the desired setup of the framework
 *
 *             ***********************************
 *
 *
 */


#define BM(n) (1 << (n))

typedef void (*VFPT)(void);

#include "..\HAL\include\hal.h"
#include "cc2511_usb_library_config.h"
#include "include\usb_descriptor.h"
#include "include\usb_descriptor_parser.h"
#include "include\usb_interrupt.h"
#include "include\usb_framework.h"
#include "include\usb_reg.h"
#include "include\usb_standard_requests.h"
#include "include\usb_suspend.h"



#endif //CC2511_USB_LIBRARY_HEADERS_H

⌨️ 快捷键说明

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