Searched refs:module_initialized (Results 1 – 1 of 1) sorted by relevance
124 bool module_initialized; /*< Indicate the state of module */ member182 if (m_clock_cb.module_initialized) in nrfx_clock_init()192 m_clock_cb.module_initialized = true; in nrfx_clock_init()204 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_enable()224 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_disable()249 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_uninit()258 m_clock_cb.module_initialized = false; in nrfx_clock_uninit()264 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_start()321 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_stop()
Completed in 3 milliseconds