Macros |
|
| #define | APP_USBD_ENABLED |
|
Enabling USBD library.
More...
|
|
| #define | APP_USBD_VID |
|
Vendor ID.
More...
|
|
| #define | APP_USBD_PID |
|
Product ID.
More...
|
|
| #define | APP_USBD_DEVICE_VER_MAJOR |
|
Device version, major part.
More...
|
|
| #define | APP_USBD_DEVICE_VER_MINOR |
|
Device version, minor part.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define APP_USBD_DEVICE_VER_MAJOR |
Device version, major part.
Device version, will be converted automatically to BCD notation. Use just decimal values.
Minimum value: 0 Maximum value: 99
- Note
- This is an NRF_CONFIG macro.
| #define APP_USBD_DEVICE_VER_MINOR |
Device version, minor part.
Device version, will be converted automatically to BCD notation. Use just decimal values.
Minimum value: 0 Maximum value: 99
- Note
- This is an NRF_CONFIG macro.
| #define APP_USBD_ENABLED |
Enabling USBD library.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define APP_USBD_PID |
Product ID.
Selected Product ID
Minimum value: 0x0000 Maximum value: 0xFFFF
- Note
- This is an NRF_CONFIG macro.
| #define APP_USBD_VID |
Vendor ID.
Vendor ID ordered from USB IF: http://www.usb.org/developers/vendor/
Minimum value: 0x0000 Maximum value: 0xFFFF
- Note
- This is an NRF_CONFIG macro.