cc2511_usb_library_config.h

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

H
38
字号
#ifndef CC2511_USB_LIBRARY_CONFIG_H
#define CC2511_USB_LIBRARY_CONFIG_H


/*
 * 
 * Description:
 * This file is used to configures the CC2511 USB library.
 * The definitions not needed in a project can be commented out.
 * 
 * 
 *             ********** 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
 * 
 *             ***********************************
 * 
 */



//-------------------------------------------------------------------------------------------------------
// USB framework setup

// Enter the maximum number of interfaces that are used in the configurations (used to calculate the size
// of the table that stores the currently selected alternate setting for each interface)

#define USB_SETUP_MAX_NUMBER_OF_INTERFACES          2



//-------------------------------------------------------------------------------------------------------


#endif //CC2511_USB_LIBRARY_CONFIG_H

⌨️ 快捷键说明

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