Searched refs:NRFX_CLOCK_CONFIG_LF_SRC (Results 1 – 13 of 13) sorted by relevance
56 #if (NRFX_CLOCK_CONFIG_LF_SRC != LF_SRC_RC)106 NRFX_CLOCK_CONFIG_LF_SRC != LF_SRC_LFXO && \107 NRFX_CLOCK_CONFIG_LF_SRC != LF_SRC_XTAL_LOW && \108 NRFX_CLOCK_CONFIG_LF_SRC != LF_SRC_XTAL_FULL207 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_enable()272 lfclksrc == NRFX_CLOCK_CONFIG_LF_SRC) in nrfx_clock_start()276 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_start()541 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_irq_handler()
24 #define NRFX_CLOCK_CONFIG_LF_SRC macro
123 #ifndef NRFX_CLOCK_CONFIG_LF_SRC124 #define NRFX_CLOCK_CONFIG_LF_SRC 1 macro
56 #ifndef NRFX_CLOCK_CONFIG_LF_SRC57 #define NRFX_CLOCK_CONFIG_LF_SRC 1 macro
102 #ifndef NRFX_CLOCK_CONFIG_LF_SRC103 #define NRFX_CLOCK_CONFIG_LF_SRC 2 macro
138 #ifndef NRFX_CLOCK_CONFIG_LF_SRC139 #define NRFX_CLOCK_CONFIG_LF_SRC 2 macro
161 #ifndef NRFX_CLOCK_CONFIG_LF_SRC162 #define NRFX_CLOCK_CONFIG_LF_SRC 2 macro
Completed in 24 milliseconds