Searched refs:m_usbevt_handler (Results 1 – 2 of 2) sorted by relevance
38 static nrfx_usbreg_event_handler_t m_usbevt_handler; variable42 return m_usbevt_handler; in nrfx_usbreg_handler_get()51 m_usbevt_handler = p_config->handler; in nrfx_usbreg_init()75 m_usbevt_handler = NULL; in nrfx_usbreg_uninit()83 m_usbevt_handler(NRFX_USBREG_EVT_DETECTED); in nrfx_usbreg_irq_handler()88 m_usbevt_handler(NRFX_USBREG_EVT_REMOVED); in nrfx_usbreg_irq_handler()93 m_usbevt_handler(NRFX_USBREG_EVT_READY); in nrfx_usbreg_irq_handler()
81 static nrfx_power_usb_event_handler_t m_usbevt_handler; variable94 return m_usbevt_handler; in nrfx_power_usb_handler_get()244 m_usbevt_handler = p_config->handler; in nrfx_power_usbevt_init()265 m_usbevt_handler = NULL; in nrfx_power_usbevt_uninit()306 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()307 m_usbevt_handler(NRFX_POWER_USB_EVT_DETECTED); in nrfx_power_irq_handler()313 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()314 m_usbevt_handler(NRFX_POWER_USB_EVT_REMOVED); in nrfx_power_irq_handler()320 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()321 m_usbevt_handler(NRFX_POWER_USB_EVT_READY); in nrfx_power_irq_handler()
Completed in 6 milliseconds