Home
last modified time | relevance | path

Searched refs:nrf_radio_fast_ramp_up_enable_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_radio.h1382 NRF_STATIC_INLINE void nrf_radio_fast_ramp_up_enable_set(NRF_RADIO_Type * p_reg, bool enable);
2166 NRF_STATIC_INLINE void nrf_radio_fast_ramp_up_enable_set(NRF_RADIO_Type * p_reg, bool enable) in nrf_radio_fast_ramp_up_enable_set() function
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c879 nrf_radio_fast_ramp_up_enable_set(NRF_RADIO, true); in radio_trims_apply()