Home
last modified time | relevance | path

Searched refs:freq (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_oscillators.h173 nrf_oscillators_pll_freq_t freq);
234 nrf_oscillators_pll_freq_t freq) in nrf_oscillators_pll_freq_set() argument
236 p_reg->PLL.FREQ = (uint32_t)freq; in nrf_oscillators_pll_freq_set()
Dnrf_radio.h1828 uint32_t freq; in nrf_radio_frequency_get() local
1833 freq = 2360; in nrf_radio_frequency_get()
1838 freq = 2400; in nrf_radio_frequency_get()
1840 freq += p_reg->FREQUENCY & RADIO_FREQUENCY_FREQUENCY_Msk; in nrf_radio_frequency_get()
1842 return (uint16_t)freq; in nrf_radio_frequency_get()
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h593 #define NRFX_KHZ_TO_HZ(freq) ((freq) * 1000) argument
602 #define NRFX_MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) argument
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
/hal_nordic-latest/nrfs/src/services/
Dnrfs_dvfs.c32 evt.freq = p_rsp->data.freq; in nrfs_dvfs_service_notify()
/hal_nordic-latest/nrfs/include/internal/services/
Dnrfs_dvfs.h28 enum dvfs_frequency_setting freq; /**< Maximum allowed HSFLL frequency oppoint. */ member
/hal_nordic-latest/nrfs/include/services/
Dnrfs_dvfs.h29 enum dvfs_frequency_setting freq; /** Maximum allowed HSFLL frequency oppoint. member
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c125 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument
126 (((freq != NRFX_MHZ_TO_HZ(32)) && (freq != NRFX_MHZ_TO_HZ(16))) || \