ESP-IDF
hidh_get_dscp_evt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hidh_get_dscp_evt_param
hidh_get_dscp_evt_param struct
ESP_HIDH_GET_DSCP_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:277
struct
hidh_get_dscp_evt_param
{
esp_hidh_status_t
status
;
uint8_t
handle
;
bool
added
;
uint16_t
vendor_id
;
uint16_t
product_id
;
uint16_t
version
;
uint16_t
ssr_max_latency
;
uint16_t
ssr_min_tout
;
uint8_t
ctry_code
;
uint16_t
dl_len
;
uint8_t
*
dsc_list
;
}
;
Fields
Field
Declared as
Description
hidh_get_dscp_evt_param::status
esp_hidh_status_t
operation status.
hidh_get_dscp_evt_param::handle
uint8_t
device handle.
hidh_get_dscp_evt_param::added
bool
Indicate if added.
hidh_get_dscp_evt_param::vendor_id
uint16_t
Vendor ID.
hidh_get_dscp_evt_param::product_id
uint16_t
Product ID.
hidh_get_dscp_evt_param::version
uint16_t
Version.
hidh_get_dscp_evt_param::ssr_max_latency
uint16_t
SSR max latency in slots.
hidh_get_dscp_evt_param::ssr_min_tout
uint16_t
SSR min timeout in slots.
hidh_get_dscp_evt_param::ctry_code
uint8_t
Country Code.
hidh_get_dscp_evt_param::dl_len
uint16_t
Device descriptor length.
hidh_get_dscp_evt_param::dsc_list
uint8_t
*
Device descriptor pointer.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
hidh_get_dscp_evt_param
{
esp_hidh_api.h:277
esp_hidh_cb_param_t
esp_hidh_cb_param_t::dscp
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_hidh_cb_param_t::dscp
esp_hidh_cb_param_t
esp_hidh_api.h:277
Lifecycle
from
examples
All items filtered out
All items filtered out