ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_hidh_config_t
from the following samples and libraries:
esp_hid_host sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidh_config_t
esp_hidh_config_t struct
Syntax
Show:
Summary
Declaration
from
esp_hidh.h:126
typedef
struct
{
esp_event_handler_t
callback
;
uint16_t
event_stack_size
;
void
*
callback_arg
;
}
esp_hidh_config_t
;
Fields
Field
Declared as
esp_hidh_config_t::callback
esp_event_handler_t
esp_hidh_config_t::event_stack_size
uint16_t
esp_hidh_config_t::callback_arg
void
*
Related Functions
Found 3 other functions taking a
esp_hidh_config_t
argument:
Function
Description
esp_hidh_init()
Initialize the HID Host component @return: ESP_OK on success
esp_ble_hidh_init()
esp_bt_hidh_init()
Examples
esp_hidh_config_t
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out