UX_FULL_SPEED_DEVICE is only used within usbx.
 
Symbols
loading...
Files
loading...

UX_FULL_SPEED_DEVICE macro

Syntax

#define UX_FULL_SPEED_DEVICE 1

References

LocationText
ux_api.h:1290
#define UX_FULL_SPEED_DEVICE 1
ux_dcd_stm32_callback.c:746
_ux_system_slave -> ux_system_slave_speed = UX_FULL_SPEED_DEVICE;
ux_dcd_stm32_callback.c:752
_ux_system_slave -> ux_system_slave_speed = UX_FULL_SPEED_DEVICE;
ux_dcd_stm32_initialize_complete.c:116
if (_ux_system_slave -> ux_system_slave_speed == UX_FULL_SPEED_DEVICE)
ux_hcd_stm32_endpoint_create.c:92
case UX_FULL_SPEED_DEVICE:
ux_hcd_stm32_request_control_transfer.c:105
case UX_FULL_SPEED_DEVICE:
ux_host_stack_bandwidth_check.c:157
if (device -> ux_device_speed == UX_FULL_SPEED_DEVICE)
ux_host_stack_bandwidth_claim.c:156
if (device -> ux_device_speed == UX_FULL_SPEED_DEVICE)
ux_host_stack_bandwidth_release.c:155
if (device -> ux_device_speed == UX_FULL_SPEED_DEVICE)