Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_gser_reception_stop.c97 …ser_reception -> ux_host_class_gser_reception_state == UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED) in _ux_host_class_gser_reception_stop()
107 …gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_stop()
Dux_host_class_gser_reception_callback.c94 …gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_callback()
120 …gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_callback()
Dux_host_class_gser_reception_start.c132 …gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_start()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h171 #define UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED 0 macro