Home
last modified time | relevance | path

Searched refs:ux_host_class_gser_state (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_gser_reception_stop.c87 if (gser -> ux_host_class_gser_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_gser_reception_stop()
Dux_host_class_gser_deactivate.c91 gser -> ux_host_class_gser_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in _ux_host_class_gser_deactivate()
Dux_host_class_gser_activate.c124 gser -> ux_host_class_gser_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_gser_activate()
Dux_host_class_gser_reception_start.c88 if (gser -> ux_host_class_gser_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_gser_reception_start()
Dux_host_class_gser_read.c101 if (gser -> ux_host_class_gser_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_gser_read()
Dux_host_class_gser_write.c100 if (gser -> ux_host_class_gser_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_gser_write()
Dux_host_class_gser_ioctl.c94 if (gser -> ux_host_class_gser_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_gser_ioctl()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h196 UINT ux_host_class_gser_state; member