Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_radio.h952 NRF_STATIC_INLINE void nrf_radio_frequency_set(NRF_RADIO_Type * p_reg, uint16_t radio_frequency);
1802 NRF_STATIC_INLINE void nrf_radio_frequency_set(NRF_RADIO_Type * p_reg, uint16_t radio_frequency) in nrf_radio_frequency_set() function
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c602 nrf_radio_frequency_set(NRF_RADIO, 2405U + 5U * (channel - 11U)); in channel_set()