Home
last modified time | relevance | path

Searched refs:ux_device_flags (Results 1 – 23 of 23) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_configuration_activate.c113 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_activate()
118 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate()
150 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate()
173 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_configuration_activate()
Dux_host_stack_device_configuration_deactivate.c117 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_deactivate()
122 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
148 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
189 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
Dux_host_stack_device_string_get.c114 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) || in _ux_host_stack_device_string_get()
120 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_string_get()
Dux_host_stack_device_resources_free.c116 if (device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) in _ux_host_stack_device_resources_free()
142 device -> ux_device_flags = 0; in _ux_host_stack_device_resources_free()
Dux_host_stack_tasks_run.c344 device -> ux_device_flags &= ~UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_enumerated()
453 if ((device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) == 0) in _ux_host_stack_device_enum_run()
497 device -> ux_device_flags |= UX_DEVICE_FLAG_RESET; in _ux_host_stack_device_enum_run()
1125 if ((enum_device -> ux_device_flags & UX_DEVICE_FLAG_PROTECT) == 0) in _ux_host_stack_enum_run()
1127 enum_device -> ux_device_flags |= UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run()
1129 enum_device -> ux_device_flags &= ~UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run()
1133 if (enum_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_enum_run()
Dux_host_stack_configuration_set.c157 if (device -> ux_device_flags &= UX_DEVICE_FLAG_ENUM) in _ux_host_stack_configuration_set()
Dux_host_stack_rh_device_insertion.c114 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_rh_device_insertion()
Dux_host_stack_transfer_run.c292 ux_endpoint_device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_transfer_retire()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_idle_set_run.c126 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
142 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_idle_set_run()
150 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
172 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
Dux_host_class_hid_report_set_run.c169 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
185 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_report_set_run()
193 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
211 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
240 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
Dux_host_class_printer_device_id_get.c108 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_device_id_get()
114 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_device_id_get()
Dux_host_class_printer_soft_reset.c114 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_soft_reset()
120 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_soft_reset()
Dux_host_class_cdc_acm_command.c176 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_cdc_acm_command()
183 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_cdc_acm_command()
Dux_host_class_printer_status_get.c114 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_status_get()
120 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_status_get()
Dux_host_class_hid_idle_get.c143 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_idle_get()
152 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_get()
Dux_host_class_hid_report_get.c172 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_report_get()
179 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_get()
Dux_host_class_hub_tasks_run.c267 if ((device -> ux_device_flags & UX_DEVICE_FLAG_RESET) && in _ux_host_class_hub_inst_tasks_run()
271 device -> ux_device_flags &= ~UX_DEVICE_FLAG_RESET; in _ux_host_class_hub_inst_tasks_run()
358 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_dfu_test.c417 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK()
419 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
Dusbx_msrc_71934_dfu_upload_test.c402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK()
404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
Dusbx_msrc_69702_dfu_dnload_test.c402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK()
404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
Dusbx_device_dfu_basic_test.c402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK()
404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
Dux_test.c1417 if (enum_device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) in _host_enum_is_pending()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2012 ULONG ux_device_flags; member