Home
last modified time | relevance | path

Searched refs:nrf_clock_domain_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h111 void nrfx_clock_start(nrf_clock_domain_t domain);
118 void nrfx_clock_stop(nrf_clock_domain_t domain);
134 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src);
148 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain,
159 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain);
333 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain) in nrfx_clock_divider_get()
382 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h389 } nrf_clock_domain_t; typedef
645 nrf_clock_domain_t domain);
661 nrf_clock_domain_t domain,
913 nrf_clock_domain_t domain,
925 nrf_clock_domain_t domain);
938 nrf_clock_domain_t domain);
1092 nrf_clock_domain_t domain) in nrf_clock_start_task_check()
1132 nrf_clock_domain_t domain, in nrf_clock_is_running()
1349 nrf_clock_domain_t domain, in nrf_clock_alwaysrun_set()
1389 nrf_clock_domain_t domain) in nrf_clock_alwaysrun_get()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c195 static void clock_stop(nrf_clock_domain_t domain) in clock_stop()
394 void nrfx_clock_start(nrf_clock_domain_t domain) in nrfx_clock_start()
498 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop()
680 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, in nrfx_clock_divider_set()