Lines Matching refs:hid_event
434 UX_SLAVE_CLASS_HID_EVENT hid_event; in tx_demo_thread_slave_simulation_entry() local
440 ux_utility_memory_set(&hid_event, 0, sizeof(UX_SLAVE_CLASS_HID_EVENT)); in tx_demo_thread_slave_simulation_entry()
443 hid_event.ux_device_class_hid_event_length = 4; in tx_demo_thread_slave_simulation_entry()
446 hid_event.ux_device_class_hid_event_buffer[0] = 1; in tx_demo_thread_slave_simulation_entry()
449 hid_event.ux_device_class_hid_event_buffer[1] = -8; in tx_demo_thread_slave_simulation_entry()
450 hid_event.ux_device_class_hid_event_buffer[2] = -8; in tx_demo_thread_slave_simulation_entry()
453 hid_event.ux_device_class_hid_event_buffer[3] = -8; in tx_demo_thread_slave_simulation_entry()
486 ux_device_class_hid_event_set(hid, &hid_event); in tx_demo_thread_slave_simulation_entry()
501 …hid_event.ux_device_class_hid_event_buffer[0] = (0x7 & hid_event.ux_device_class_hid_event_buffer[… in tx_demo_thread_slave_simulation_entry()
504 hid_event.ux_device_class_hid_event_buffer[1] = 1; in tx_demo_thread_slave_simulation_entry()
505 hid_event.ux_device_class_hid_event_buffer[2] = 1; in tx_demo_thread_slave_simulation_entry()
506 hid_event.ux_device_class_hid_event_buffer[3] = 1; in tx_demo_thread_slave_simulation_entry()