Home
last modified time | relevance | path

Searched refs:RADIO_TXPOWER_TXPOWER_Neg20dBm (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf51.h105 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
106 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf5_txp.h56 #define RADIO_TXP_DEFAULT RADIO_TXPOWER_TXPOWER_Neg20dBm
Dradio_nrf52805.h297 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
298 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52810.h316 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
317 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52832.h314 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
315 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_sim_nrf52.h464 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
465 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_sim_nrf5340.h487 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
488 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52811.h483 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
484 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52820.h492 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
493 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf5340.h505 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
506 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52833.h502 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
503 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf52840.h519 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
520 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_floor()
Dradio_nrf54lx.h633 return RADIO_TXPOWER_TXPOWER_Neg20dBm; in hal_radio_tx_power_value()