nRF5 SDK v15.3.0
Macros
USB DFU Trigger library configuration

Macros

#define NRF_DFU_TRIGGER_USB_USB_SHARED
 Flag indicating whether USB is used for other purposes in the application. More...
 
#define NRF_DFU_TRIGGER_USB_INTERFACE_NUM
 The USB interface to use for the DFU Trigger library. More...
 

Detailed Description

Macro Definition Documentation

#define NRF_DFU_TRIGGER_USB_INTERFACE_NUM

The USB interface to use for the DFU Trigger library.

According to the USB Specification, interface numbers cannot have gaps. Tailor this value to adhere to this limitation.

Minimum value: 0 Maximum value: 255

Note
This is an NRF_CONFIG macro.
#define NRF_DFU_TRIGGER_USB_USB_SHARED

Flag indicating whether USB is used for other purposes in the application.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated