Lines Matching refs:event_handler

137     nrfx_clock_event_handler_t      event_handler;  member
296 nrfx_err_t nrfx_clock_init(nrfx_clock_event_handler_t event_handler) in nrfx_clock_init() argument
308 m_clock_cb.event_handler = event_handler; in nrfx_clock_init()
322 if (m_clock_cb.event_handler) in nrfx_clock_enable()
344 if (m_clock_cb.event_handler) in nrfx_clock_disable()
422 if (m_clock_cb.event_handler) in nrfx_clock_start()
486 if (m_clock_cb.event_handler) in nrfx_clock_start()
540 if (m_clock_cb.event_handler) in nrfx_clock_calibration_start()
585 if (m_clock_cb.event_handler) in nrfx_clock_xo_tune_start()
595 if (!m_clock_cb.event_handler) in nrfx_clock_xo_tune_start()
629 if (m_clock_cb.event_handler) in nrfx_clock_xo_tune_abort()
640 NRFX_ASSERT(!m_clock_cb.event_handler); in nrfx_clock_xo_tune_error_check()
659 if (m_clock_cb.event_handler) in nrfx_clock_calibration_timer_start()
768 m_clock_cb.event_handler(NRFX_CLOCK_EVT_HFCLK_STARTED); in nrfx_clock_irq_handler()
771 m_clock_cb.event_handler(NRFX_CLOCK_EVT_HFCLK_STARTED); in nrfx_clock_irq_handler()
793 m_clock_cb.event_handler(NRFX_CLOCK_EVT_LFCLK_STARTED); in nrfx_clock_irq_handler()
803 m_clock_cb.event_handler(NRFX_CLOCK_EVT_PLL_STARTED); in nrfx_clock_irq_handler()
816 m_clock_cb.event_handler(NRFX_CLOCK_EVT_CTTO); in nrfx_clock_irq_handler()
830 m_clock_cb.event_handler(NRFX_CLOCK_EVT_CAL_DONE); in nrfx_clock_irq_handler()
841 m_clock_cb.event_handler(NRFX_CLOCK_EVT_HFCLKAUDIO_STARTED); in nrfx_clock_irq_handler()
852 m_clock_cb.event_handler(NRFX_CLOCK_EVT_HFCLK192M_STARTED); in nrfx_clock_irq_handler()
867 m_clock_cb.event_handler(NRFX_CLOCK_EVT_XO_TUNED); in nrfx_clock_irq_handler()
877 m_clock_cb.event_handler(NRFX_CLOCK_EVT_XO_TUNE_ERROR); in nrfx_clock_irq_handler()
887 m_clock_cb.event_handler(NRFX_CLOCK_EVT_XO_TUNE_FAILED); in nrfx_clock_irq_handler()