Searched refs:freq (Results 1 – 8 of 8) sorted by relevance
173 nrf_oscillators_pll_freq_t freq);234 nrf_oscillators_pll_freq_t freq) in nrf_oscillators_pll_freq_set() argument236 p_reg->PLL.FREQ = (uint32_t)freq; in nrf_oscillators_pll_freq_set()
1828 uint32_t freq; in nrf_radio_frequency_get() local1833 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()
593 #define NRFX_KHZ_TO_HZ(freq) ((freq) * 1000) argument602 #define NRFX_MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) argument
52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
32 evt.freq = p_rsp->data.freq; in nrfs_dvfs_service_notify()
28 enum dvfs_frequency_setting freq; /**< Maximum allowed HSFLL frequency oppoint. */ member
29 enum dvfs_frequency_setting freq; /** Maximum allowed HSFLL frequency oppoint. member
125 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument126 (((freq != NRFX_MHZ_TO_HZ(32)) && (freq != NRFX_MHZ_TO_HZ(16))) || \