⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cc2511_usb_library_headers.h

📁 ti-Chipcon CC251x 2.4G Soc应用开发源码实例。包括rf,powermodes,clockmodes,flashRW,interrupts,timer,pwm,uart...所有
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -