ux_dev_info is only used within Ux_Host_DualClass.
 
Symbols
loading...
Files
loading...

ux_dev_info variable

Syntax

Implemented in app_usbx_host.c:66

References

LocationReferrerText
app_usbx_host.c:66
ux_host_keyboard.c:46
extern ux_app_devInfotypeDef ux_dev_info;
ux_host_mouse.c:46
extern ux_app_devInfotypeDef ux_dev_info;
app_usbx_host.c:221usbx_app_thread_entry()
app_usbx_host.c:226usbx_app_thread_entry()
if (ux_dev_info.Dev_state == Device_connected)
app_usbx_host.c:228usbx_app_thread_entry()
switch (ux_dev_info.Device_Type)
app_usbx_host.c:251usbx_app_thread_entry()
switch (ux_dev_info.HID_Type)
app_usbx_host.c:283usbx_app_thread_entry()
else if (ux_dev_info.Dev_state == Device_disconnected)
app_usbx_host.c:390ux_host_event_callback()
ux_dev_info.Device_Type = HID_Device;
app_usbx_host.c:406ux_host_event_callback()
app_usbx_host.c:414ux_host_event_callback()
ux_dev_info.HID_Type = Mouse_Device;
app_usbx_host.c:417ux_host_event_callback()
app_usbx_host.c:426ux_host_event_callback()
ux_dev_info.HID_Type = Keyboard_Device;
app_usbx_host.c:429ux_host_event_callback()
app_usbx_host.c:433ux_host_event_callback()
app_usbx_host.c:434ux_host_event_callback()
app_usbx_host.c:435ux_host_event_callback()
app_usbx_host.c:450ux_host_event_callback()
ux_dev_info.Device_Type = MSC_Device;
app_usbx_host.c:465ux_host_event_callback()
app_usbx_host.c:466ux_host_event_callback()
app_usbx_host.c:467ux_host_event_callback()
app_usbx_host.c:478ux_host_event_callback()
app_usbx_host.c:479ux_host_event_callback()
app_usbx_host.c:480ux_host_event_callback()
app_usbx_host.c:488ux_host_event_callback()
ux_dev_info.Device_Type = MSC_Device;
app_usbx_host.c:489ux_host_event_callback()
ux_dev_info.Dev_state = Device_connected ;
app_usbx_host.c:492ux_host_event_callback()
app_usbx_host.c:506ux_host_event_callback()
app_usbx_host.c:507ux_host_event_callback()
app_usbx_host.c:516ux_host_event_callback()
app_usbx_host.c:531ux_host_event_callback()
app_usbx_host.c:538ux_host_event_callback()
app_usbx_host.c:539ux_host_event_callback()
app_usbx_host.c:540ux_host_event_callback()
ux_dev_info.HID_Type = Unknown_HID_Type;
app_usbx_host.c:541ux_host_event_callback()
app_usbx_host.c:563ux_host_error_callback()
app_usbx_host.c:564ux_host_error_callback()
app_usbx_host.c:566ux_host_error_callback()
ux_host_keyboard.c:75hid_keyboard_thread_entry()
if ((ux_dev_info.HID_Type == Keyboard_Device) && (ux_dev_info.Dev_state == Device_connected))
ux_host_mouse.c:81hid_mouse_thread_entry()
if ((ux_dev_info.HID_Type == Mouse_Device) && (ux_dev_info.Dev_state == Device_connected))

Data Use

Type of ux_dev_info
ux_dev_info
all items filtered out