usbx + 0/5 examples
CodeScope will show references to UX_NO_DEVICE_CONNECTED from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
USBX
 
Symbols
loading...
Files
loading...

UX_NO_DEVICE_CONNECTED macro

Syntax

#define UX_NO_DEVICE_CONNECTED 0x5f

Examples

UX_NO_DEVICE_CONNECTED is referenced by 5 libraries and example projects.

References

LocationText
ux_api.h:1409
#define UX_NO_DEVICE_CONNECTED 0x5f
ux_hcd_stm32_port_reset.c:100
ux_hcd_stm32_port_reset.c:105
return(UX_NO_DEVICE_CONNECTED);
ux_hcd_stm32_request_transfer.c:126
status = UX_NO_DEVICE_CONNECTED;