File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ static void hfclk_start(void)
316316 hf_start_tstamp = k_uptime_get ();
317317 }
318318
319- nrfx_clock_hfclk_start ( );
319+ nrfx_clock_start ( NRF_CLOCK_DOMAIN_HFCLK );
320320}
321321
322322static void hfclk_stop (void )
@@ -325,7 +325,7 @@ static void hfclk_stop(void)
325325 hf_stop_tstamp = k_uptime_get ();
326326 }
327327
328- nrfx_clock_hfclk_stop ( );
328+ nrfx_clock_stop ( NRF_CLOCK_DOMAIN_HFCLK );
329329}
330330
331331#if NRF_CLOCK_HAS_HFCLK24M
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ zephyr_library_sources_ifdef(CONFIG_NRFX_PRS ${SRC_DIR}/prs/nrfx_prs.c)
133133
134134zephyr_library_sources_ifdef(CONFIG_NRFX_ADC ${SRC_DIR} /nrfx_adc.c)
135135zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock.c)
136+ zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_hfclk.c)
136137zephyr_library_sources_ifdef(CONFIG_NRFX_COMP ${SRC_DIR} /nrfx_comp.c)
137138zephyr_library_sources_ifdef(CONFIG_NRFX_CRACEN ${SRC_DIR} /nrfx_cracen.c)
138139zephyr_library_sources_ifdef(CONFIG_NRFX_DPPI ${SRC_DIR} /nrfx_dppi.c)
You can’t perform that action at this time.
0 commit comments