Home
last modified time | relevance | path

Searched defs:esp_hidh_dev_s (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/esp_hid/private/
Desp_hidh_private.h53 struct esp_hidh_dev_s { struct
54 struct esp_hidh_dev_s *next; argument
56 esp_hid_device_config_t config;
57 esp_hid_usage_t usage;
58 esp_hid_transport_t transport; //BT, BLE or USB
59 … //indicate what transaction is going on, new transaction only be allowed after the previous done
60 esp_timer_handle_t trans_timer; //transactiion timer
61 uint8_t report_type; //Get_Report tansaction report_type
62 uint8_t report_id; //Get_Report tansaction report_id
63 uint8_t protocol_mode; //device protocol mode
[all …]