Home
last modified time | relevance | path

Searched refs:hal_radio_tx_power_floor (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf51.h80 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52805.h268 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52810.h287 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52832.h285 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_sim_nrf52.h421 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52820.h446 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_sim_nrf5340.h445 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf5340.h465 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52811.h457 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52833.h456 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf52840.h470 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_nrf54lx.h456 static inline int8_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio_sim_nrf54l.h450 static inline int8_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor() function
Dradio.c328 value = hal_radio_tx_power_floor(power); in radio_tx_power_set()
375 return (int8_t)hal_radio_tx_power_floor(power); in radio_tx_power_floor()