Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h118 void nrfx_clock_stop(nrf_clock_domain_t domain);
359 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_stop()
369 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_stop()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c498 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop() function