Home
last modified time | relevance | path

Searched refs:nrfx_clock_stop (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_clock.h102 void nrfx_clock_stop(nrf_clock_domain_t domain);
299 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_stop()
309 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_stop()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c250 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_uninit()
251 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_uninit()
253 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK192M); in nrfx_clock_uninit()
256 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLKAUDIO); in nrfx_clock_uninit()
319 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop() function

Completed in 5 milliseconds