Searched defs:freq (Results 1 – 4 of 4) sorted by relevance
546 #define NRFX_KHZ_TO_HZ(freq) ((freq) * 1000) argument555 #define NRFX_MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) argument
52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
122 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument
1742 uint32_t freq; in nrf_radio_frequency_get() local