Searched refs:module_initialized (Results 1 – 1 of 1) sorted by relevance
138 bool module_initialized; /*< Indicate the state of module */ member299 if (m_clock_cb.module_initialized) in nrfx_clock_init()309 m_clock_cb.module_initialized = true; in nrfx_clock_init()321 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_enable()342 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_disable()376 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_uninit()385 m_clock_cb.module_initialized = false; in nrfx_clock_uninit()391 return m_clock_cb.module_initialized; in nrfx_clock_init_check()400 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_start()500 NRFX_ASSERT(m_clock_cb.module_initialized); in nrfx_clock_stop()