Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h49 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P21 macro
51 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P18
53 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P15
55 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P12
57 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P9
59 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P6
61 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P3
63 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N0
65 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N3
67 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N6
[all …]
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h49 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P21 macro
51 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P18
53 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P15
55 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P12
57 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P9
59 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P6
61 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P3
63 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N0
65 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N3
67 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N6
[all …]
/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h60 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P9 macro
62 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P6
64 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_P3
66 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N0
68 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N3
70 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N6
72 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N9
74 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N12
77 #define ESP32_RADIO_TXP_DEFAULT ESP_PWR_LVL_N0
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c1259 esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_DEFAULT, ESP32_RADIO_TXP_DEFAULT); in esp_bt_controller_enable()