Home
last modified time | relevance | path

Searched refs:ux_host_class_cdc_acm_reception_data_head (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_acm_reception_callback.c98 …if (cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head + cdc_acm_reception -> ux_host_… in _ux_host_class_cdc_acm_reception_callback()
102 …cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head = cdc_acm_reception -> ux_host_cla… in _ux_host_class_cdc_acm_reception_callback()
107 …cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head += cdc_acm_reception -> ux_host_cl… in _ux_host_class_cdc_acm_reception_callback()
110 …ass_cdc_acm_reception_data_tail == cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head) in _ux_host_class_cdc_acm_reception_callback()
135 … ux_transfer_request_data_pointer = cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head; in _ux_host_class_cdc_acm_reception_callback()
Dux_host_class_cdc_acm_reception_start.c114 …cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head = cdc_acm_reception -> ux_host_cla… in _ux_host_class_cdc_acm_reception_start()
122 …sfer_request_data_pointer = cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head; in _ux_host_class_cdc_acm_reception_start()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_cdc_acm.h310 UCHAR *ux_host_class_cdc_acm_reception_data_head; member