Home
last modified time | relevance | path

Searched refs:ux_host_class_swar_reception_state (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_swar_reception_stop.c100 …if (swar_reception -> ux_host_class_swar_reception_state == UX_HOST_CLASS_SWAR_RECEPTION_STATE_ST… in _ux_host_class_swar_reception_stop()
107 …swar_reception -> ux_host_class_swar_reception_state = UX_HOST_CLASS_SWAR_RECEPTION_STATE_STOPPED; in _ux_host_class_swar_reception_stop()
Dux_host_class_swar_reception_callback.c91 …swar_reception -> ux_host_class_swar_reception_state = UX_HOST_CLASS_SWAR_RECEPTION_STATE_STOPPED; in _ux_host_class_swar_reception_callback()
117 …swar_reception -> ux_host_class_swar_reception_state = UX_HOST_CLASS_SWAR_RECEPTION_STATE_STOPPED; in _ux_host_class_swar_reception_callback()
Dux_host_class_swar_reception_start.c118 …swar_reception -> ux_host_class_swar_reception_state = UX_HOST_CLASS_SWAR_RECEPTION_STATE_STARTED; in _ux_host_class_swar_reception_start()
127 …swar_reception -> ux_host_class_swar_reception_state = UX_HOST_CLASS_SWAR_RECEPTION_STATE_STOPPED; in _ux_host_class_swar_reception_start()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_swar.h120 ULONG ux_host_class_swar_reception_state; member