Home
last modified time | relevance | path

Searched refs:event_stack_size (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_hid/include/
Desp_hidh.h126 uint16_t event_stack_size; member
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_host_main.c146 .event_stack_size = 4096, in app_main()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c645 .task_stack_size = config->event_stack_size > 0 ? config->event_stack_size : 2048, in esp_ble_hidh_init()
Dbt_hidh.c1003 .task_stack_size = config->event_stack_size > 0 ? config->event_stack_size : 4096, in esp_bt_hidh_init()