Home
last modified time | relevance | path

Searched refs:RADIO_TXP_DEFAULT (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_txp.h8 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos10dBm macro
10 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos9dBm macro
12 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos8dBm macro
14 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos7dBm macro
16 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos6dBm macro
18 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos5dBm macro
20 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos4dBm macro
22 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos3dBm macro
24 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos2dBm macro
26 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Pos1dBm macro
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c107 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_get()
115 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_get()
136 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_set()
216 *min = RADIO_TXP_DEFAULT; in ll_tx_pwr_get()
217 *max = RADIO_TXP_DEFAULT; in ll_tx_pwr_get()
Dull_central.c240 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_create_connection()
763 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_peripheral.c288 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_scan.c907 ll_scan[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_adv.c1068 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
2230 ll_adv[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h8 #define RADIO_TXP_DEFAULT 0 macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c137 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral.c161 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_adv.c348 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_scan.c155 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c177 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral.c203 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_adv_sync.c163 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_central_iso.c194 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
908 radio_tx_power_set(RADIO_TXP_DEFAULT); in isr_rx()
Dlll_adv_aux.c195 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_adv_iso.c244 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb_common()
Dlll_adv.c964 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_scan.c376 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_scan_aux.c492 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral_iso.c215 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()