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.c99 …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()
103 …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()
108 …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()
111 …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()
136 … 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.c115 …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()
123 …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.h303 UCHAR *ux_host_class_cdc_acm_reception_data_head; member