Searched refs:ESP_TASK_BT_CONTROLLER_PRIO (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 126 ESP_TASK_BT_CONTROLLER_PRIO, &s_hci_driver_uart_env.tx_task_handler, in hci_driver_uart_task_create() 132 ESP_TASK_BT_CONTROLLER_PRIO, &s_hci_driver_uart_env.rx_task_handler, in hci_driver_uart_task_create() 137 ESP_TASK_BT_CONTROLLER_PRIO, CONFIG_BT_LE_HCI_TRANS_TASK_STACK_SIZE); in hci_driver_uart_task_create()
|
D | hci_driver_uart_dma.c | 574 ESP_TASK_BT_CONTROLLER_PRIO, &s_hci_driver_uart_dma_env.task_handler, in hci_driver_uart_dma_task_create() 579 ESP_TASK_BT_CONTROLLER_PRIO, CONFIG_BT_LE_HCI_TRANS_TASK_STACK_SIZE); in hci_driver_uart_dma_task_create()
|
/hal_espressif-latest/components/esp_system/include/ |
D | esp_task.h | 30 #define ESP_TASK_BT_CONTROLLER_PRIO (ESP_TASK_PRIO_MAX - 2) macro
|
/hal_espressif-latest/components/bt/include/esp32c2/include/ |
D | esp_bt.h | 263 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/components/bt/include/esp32c6/include/ |
D | esp_bt.h | 248 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/components/bt/include/esp32h2/include/ |
D | esp_bt.h | 253 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/components/bt/include/esp32h4/include/ |
D | esp_bt.h | 241 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/components/bt/include/esp32/include/ |
D | esp_bt.h | 219 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/components/bt/include/esp32c3/include/ |
D | esp_bt.h | 326 .controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
|
/hal_espressif-latest/zephyr/esp32c3/include/bt/ |
D | esp_bt.h | 289 #define ESP_TASK_BT_CONTROLLER_PRIO 4 macro
|
/hal_espressif-latest/zephyr/esp32s3/include/bt/ |
D | esp_bt.h | 289 #define ESP_TASK_BT_CONTROLLER_PRIO 4 macro
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 1382 if (cfg->controller_task_prio != ESP_TASK_BT_CONTROLLER_PRIO in esp_bt_controller_init()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 1523 if (cfg->controller_task_prio != ESP_TASK_BT_CONTROLLER_PRIO in esp_bt_controller_init()
|