📄 cc2511_usb_library_headers.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 + -