Home
last modified time | relevance | path

Searched defs:freq (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.4.0/nrfx/drivers/
Dnrfx_common.h546 #define NRFX_KHZ_TO_HZ(freq) ((freq) * 1000) argument
555 #define NRFX_MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) argument
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_rtc.h52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_spim.c122 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_radio.h1742 uint32_t freq; in nrf_radio_frequency_get() local