![]()
![]()
#define _TUSB_HID_HOST_H_
![]()
![]()
#include "hid.h"
![]()
![]()
#define CFG_TUH_HID_EPIN_BUFSIZE
![]()
![]()
#define CFG_TUH_HID_EPOUT_BUFSIZE
![]()
![]()
tuh_hid_report_info_t
![]()
![]()
report_id
![]()
![]()
usage
![]()
![]()
usage_page
![]()
![]()
tuh_hid_itf_get_count(uint8_t);
![]()
![]()
tuh_hid_itf_get_total_count();
![]()
![]()
#define tuh_hid_instance_count
![]()
![]()
tuh_hid_itf_get_info(uint8_t, uint8_t, tuh_itf_info_t *);
![]()
![]()
tuh_hid_itf_get_index(uint8_t, uint8_t);
![]()
![]()
tuh_hid_interface_protocol(uint8_t, uint8_t);
![]()
![]()
tuh_hid_mounted(uint8_t, uint8_t);
![]()
![]()
tuh_hid_parse_report_descriptor(tuh_hid_report_info_t *, uint8_t, const uint8_t *, uint16_t);
![]()
![]()
tuh_hid_get_protocol(uint8_t, uint8_t);
![]()
![]()
tuh_hid_set_default_protocol(uint8_t);
![]()
![]()
tuh_hid_set_protocol(uint8_t, uint8_t, uint8_t);
![]()
![]()
tuh_hid_get_report(uint8_t, uint8_t, uint8_t, uint8_t, void *, uint16_t);
![]()
![]()
tuh_hid_set_report(uint8_t, uint8_t, uint8_t, uint8_t, void *, uint16_t);
![]()
![]()
tuh_hid_receive_ready(uint8_t, uint8_t);
![]()
![]()
tuh_hid_receive_report(uint8_t, uint8_t);
![]()
![]()
tuh_hid_receive_abort(uint8_t, uint8_t);
![]()
![]()
tuh_hid_send_ready(uint8_t, uint8_t);
![]()
![]()
tuh_hid_send_report(uint8_t, uint8_t, uint8_t, const void *, uint16_t);
![]()
![]()
tuh_hid_mount_cb(uint8_t, uint8_t, const uint8_t *, uint16_t);
![]()
![]()
tuh_hid_umount_cb(uint8_t, uint8_t);
![]()
![]()
tuh_hid_report_received_cb(uint8_t, uint8_t, const uint8_t *, uint16_t);
![]()
![]()
tuh_hid_report_sent_cb(uint8_t, uint8_t, const uint8_t *, uint16_t);
![]()
![]()
tuh_hid_get_report_complete_cb(uint8_t, uint8_t, uint8_t, uint8_t, uint16_t);
![]()
![]()
tuh_hid_set_report_complete_cb(uint8_t, uint8_t, uint8_t, uint8_t, uint16_t);
![]()
![]()
tuh_hid_set_protocol_complete_cb(uint8_t, uint8_t, uint8_t);
![]()
![]()
hidh_init();
![]()
![]()
hidh_deinit();
![]()
![]()
hidh_open(uint8_t, uint8_t, const tusb_desc_interface_t *, uint16_t);
![]()
![]()
hidh_set_config(uint8_t, uint8_t);
![]()
![]()
hidh_xfer_cb(uint8_t, uint8_t, xfer_result_t, uint32_t);
![]()
![]()
hidh_close(uint8_t);