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

UX_DEVICE_CONFIGURED macro

Syntax

#define UX_DEVICE_CONFIGURED 3

Examples

UX_DEVICE_CONFIGURED is referenced by 3 libraries and example projects.

References

LocationText
ux_api.h:1110
#define UX_DEVICE_CONFIGURED 3
ux_device_class_cdc_acm_bulkin_thread.c:131
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_bulkout_thread.c:122
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_read.c:116
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_read.c:154
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED && requested_length != 0)
ux_device_class_cdc_acm_read.c:218
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_write.c:116
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_write.c:153
if (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED && requested_length == 0)
ux_device_class_cdc_acm_write.c:170
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED && requested_length != 0)
ux_device_class_cdc_acm_write.c:224
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_acm_write_with_callback.c:103
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_ecm_bulkin_thread.c:226
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_cdc_ecm_bulkout_thread.c:108
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_cdc_ecm_interrupt_thread.c:109
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_hid_event_get.c:88
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_class_hid_interrupt_thread.c:119
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_storage_thread.c:157
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_class_storage_thread.c:398
while (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_stack_alternate_setting_get.c:92
if (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_stack_alternate_setting_set.c:117
if (device -> ux_slave_device_state != UX_DEVICE_CONFIGURED)
ux_device_stack_configuration_set.c:392
device -> ux_slave_device_state = UX_DEVICE_CONFIGURED;
ux_device_stack_configuration_set.c:395
dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_CONFIGURED);
ux_device_stack_disconnect.c:105
if (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_stack_interface_get.c:100
if (device -> ux_slave_device_state == UX_DEVICE_CONFIGURED)
ux_device_stack_transfer_request.c:123
|| (device_state == UX_DEVICE_CONFIGURED))
ux_host_class_cdc_acm_configure.c:91
if (cdc_acm -> ux_host_class_cdc_acm_device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_class_hid_configure.c:91
if (hid -> ux_host_class_hid_device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_class_storage_configure.c:90
if (storage -> ux_host_class_storage_device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_stack_configuration_set.c:178
device -> ux_device_state = UX_DEVICE_CONFIGURED;
ux_host_stack_device_configuration_activate.c:143
if (device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_stack_device_configuration_deactivate.c:142
if (device -> ux_device_state != UX_DEVICE_CONFIGURED)
ux_host_stack_device_configuration_reset.c:99
if (device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_stack_device_configuration_select.c:134
if (device -> ux_device_state == UX_DEVICE_CONFIGURED)
ux_host_stack_transfer_request.c:146
|| (device -> ux_device_state == UX_DEVICE_CONFIGURED))