Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c152 static nrfx_clock_cb_t m_clock_cb; variable
254 m_clock_cb.hfclk_started = false; in clock_stop()
299 if (m_clock_cb.module_initialized) in nrfx_clock_init()
306 m_clock_cb.cal_state = CAL_STATE_IDLE; in nrfx_clock_init()
308 m_clock_cb.event_handler = event_handler; in nrfx_clock_init()
309 m_clock_cb.module_initialized = true; in nrfx_clock_init()
311 m_clock_cb.hfclk_started = false; in nrfx_clock_init()
321 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_enable()
322 if (m_clock_cb.event_handler) in nrfx_clock_enable()
342 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_disable()
[all …]