Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_host_stack_device_configuration_activate.c114 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_activate()
119 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate()
151 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate()
174 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_configuration_activate()
Dux_host_stack_device_configuration_deactivate.c118 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_deactivate()
123 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
149 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
190 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
Dux_host_stack_device_string_get.c115 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) || in _ux_host_stack_device_string_get()
121 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_string_get()
Dux_host_stack_device_resources_free.c117 if (device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) in _ux_host_stack_device_resources_free()
143 device -> ux_device_flags = 0; in _ux_host_stack_device_resources_free()
Dux_host_stack_configuration_set.c158 if (device -> ux_device_flags &= UX_DEVICE_FLAG_ENUM) in _ux_host_stack_configuration_set()
Dux_host_stack_tasks_run.c345 device -> ux_device_flags &= ~UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_enumerated()
454 if ((device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) == 0) in _ux_host_stack_device_enum_run()
498 device -> ux_device_flags |= UX_DEVICE_FLAG_RESET; in _ux_host_stack_device_enum_run()
1126 if ((enum_device -> ux_device_flags & UX_DEVICE_FLAG_PROTECT) == 0) in _ux_host_stack_enum_run()
1128 enum_device -> ux_device_flags |= UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run()
1130 enum_device -> ux_device_flags &= ~UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run()
1134 if (enum_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_enum_run()
Dux_host_stack_rh_device_insertion.c115 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_rh_device_insertion()
Dux_host_stack_transfer_run.c293 ux_endpoint_device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_transfer_retire()
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_idle_set_run.c127 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
143 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_idle_set_run()
151 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
173 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
Dux_host_class_hid_report_set_run.c170 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
186 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_report_set_run()
194 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
212 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
241 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
Dux_host_class_printer_device_id_get.c109 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_device_id_get()
115 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.c115 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_soft_reset()
121 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.c177 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_cdc_acm_command()
184 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_cdc_acm_command()
Dux_host_class_printer_status_get.c115 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_status_get()
121 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.c144 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_idle_get()
153 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.c173 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_report_get()
180 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.c268 if ((device -> ux_device_flags & UX_DEVICE_FLAG_RESET) && in _ux_host_class_hub_inst_tasks_run()
272 device -> ux_device_flags &= ~UX_DEVICE_FLAG_RESET; in _ux_host_class_hub_inst_tasks_run()
359 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2008 ULONG ux_device_flags; member