ESP-IDF
hidd_intr_data_evt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
common
controller
esp_ble_mesh
host
bluedroid
api
include
api
esp_a2dp_api.h
esp_avrc_api.h
esp_bluedroid_hci.h
esp_bt_defs.h
esp_bt_device.h
esp_bt_main.h
esp_gap_ble_api.h
esp_gap_bt_api.h
esp_gatt_common_api.h
esp_gatt_defs.h
esp_gattc_api.h
esp_gatts_api.h
esp_hf_ag_api.h
esp_hf_client_api.h
esp_hf_defs.h
esp_hidd_api.h
esp_hidd_handshake_error_t
esp_hidd_report_type_t
esp_hidd_connection_state_t
esp_hidd_protocol_mode_t
esp_hidd_boot_report_id_t
esp_hidd_app_param_t
esp_hidd_qos_param_t
esp_hidd_cb_event_t
esp_hidd_status_t
esp_hidd_cb_param_t
hidd_init_evt_param
hidd_deinit_evt_param
hidd_register_app_evt_param
hidd_unregister_app_evt_param
hidd_open_evt_param
hidd_close_evt_param
hidd_send_report_evt_param
hidd_report_err_evt_param
hidd_get_report_evt_param
hidd_set_report_evt_param
hidd_set_protocol_evt_param
hidd_intr_data_evt_param
hidd_vc_unplug_param
esp_hd_cb_t
esp_bt_hid_device_register_callback()
esp_bt_hid_device_init()
esp_bt_hid_device_deinit()
esp_bt_hid_device_register_app()
esp_bt_hid_device_unregister_app()
esp_bt_hid_device_connect()
esp_bt_hid_device_disconnect()
esp_bt_hid_device_send_report()
esp_bt_hid_device_report_error()
esp_bt_hid_device_virtual_cable_unplug()
esp_hidh_api.h
esp_l2cap_bt_api.h
esp_sdp_api.h
esp_spp_api.h
esp_a2dp_api.c
esp_avrc_api.c
esp_bluedroid_hci.c
esp_bt_device.c
esp_bt_main.c
esp_gap_ble_api.c
esp_gap_bt_api.c
esp_gatt_common_api.c
esp_gattc_api.c
esp_gatts_api.c
esp_hf_ag_api.c
esp_hf_client_api.c
esp_hidd_api.c
esp_hidh_api.c
esp_l2cap_bt_api.c
esp_sdp_api.c
esp_spp_api.c
bta
btc
common
config
device
external
hci
main
stack
nimble
include
porting
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hidd_intr_data_evt_param
hidd_intr_data_evt_param struct
ESP_HIDD_INTR_DATA_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidd_api.h:246
struct
hidd_intr_data_evt_param
{
uint8_t
report_id
;
uint16_t
len
;
uint8_t
*
data
;
}
;
Fields
Field
Declared as
Description
hidd_intr_data_evt_param::report_id
uint8_t
interrupt channel report id.
hidd_intr_data_evt_param::len
uint16_t
interrupt channel report data length.
hidd_intr_data_evt_param::data
uint8_t
*
interrupt channel report data pointer.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
hidd_intr_data_evt_param
{
esp_hidd_api.h:246
esp_hidd_cb_param_t
esp_hidd_cb_param_t::intr_data
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_hidd_cb_param_t::intr_data
esp_hidd_cb_param_t
esp_hidd_api.h:246
Lifecycle
from
examples
All items filtered out
All items filtered out