Home
last modified time | relevance | path

Searched refs:bMessageType (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_ccid.h386 #define UX_DEVICE_CLASS_CCID_COMMAND_ABORTABLE(bMessageType) \ argument
387 (((bMessageType) == 0x62) || ((bMessageType) == 0x6F) || \
388 ((bMessageType) == 0x6B) || ((bMessageType) == 0x69) || \
389 ((bMessageType) == 0x71) || ((bMessageType) == 0x72))
391 #define UX_DEVICE_CLASS_CCID_COMMAND_HW_ERROR_CHECK(bMessageType) \ argument
392 (((bMessageType) != 0x63) && ((bMessageType) != 0x6B) && \
393 ((bMessageType) != 0x6A) && ((bMessageType) != 0x72) && \
394 ((bMessageType) != 0x73))
396 #define UX_DEVICE_CLASS_CCID_COMMAND_AUTO_SEQUENCE_CHECK(bMessageType) \ argument
397 (((bMessageType) != 0x62) && ((bMessageType) != 0x65) && \
[all …]
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_ccid_thread_entry.c157 if (cmd -> bMessageType == in _ux_device_class_ccid_thread_entry()
174 rsp -> bMessageType = cmd_sett -> ux_device_class_ccid_command_sett_response_type; in _ux_device_class_ccid_thread_entry()
179 if (rsp -> bMessageType == 0 || in _ux_device_class_ccid_thread_entry()
222 if (cmd -> bMessageType != UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT || in _ux_device_class_ccid_thread_entry()
294 if (cmd -> bMessageType == UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT) in _ux_device_class_ccid_thread_entry()
Dux_device_class_ccid_tasks_run.c196 if (cmd -> bMessageType == in _ux_device_class_ccid_cmd_task()
238 rsp -> bMessageType = cmd_sett -> ux_device_class_ccid_command_sett_response_type; in _ux_device_class_ccid_cmd_task()
243 if (rsp -> bMessageType == 0 || in _ux_device_class_ccid_cmd_task()
290 if (cmd -> bMessageType != UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT || in _ux_device_class_ccid_cmd_task()
341 if (cmd -> bMessageType == UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT) in _ux_device_class_ccid_cmd_task()
Dux_device_class_ccid_runner_thread_entry.c175 switch(rsp -> bMessageType) in _ux_device_class_ccid_runner_thread_entry()
Dux_device_class_ccid_runner_task_run.c181 switch(rsp -> bMessageType) in _ux_device_class_ccid_runner_task_run()