Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbreg.c40 static nrfx_usbreg_event_handler_t m_usbevt_handler; variable
44 return m_usbevt_handler; in nrfx_usbreg_handler_get()
53 m_usbevt_handler = p_config->handler; in nrfx_usbreg_init()
78 m_usbevt_handler = NULL; in nrfx_usbreg_uninit()
83 return (m_usbevt_handler != NULL); in nrfx_usbreg_init_check()
91 m_usbevt_handler(NRFX_USBREG_EVT_DETECTED); in nrfx_usbreg_irq_handler()
96 m_usbevt_handler(NRFX_USBREG_EVT_REMOVED); in nrfx_usbreg_irq_handler()
101 m_usbevt_handler(NRFX_USBREG_EVT_READY); in nrfx_usbreg_irq_handler()
Dnrfx_power.c98 static nrfx_power_usb_event_handler_t m_usbevt_handler; variable
111 return m_usbevt_handler; in nrfx_power_usb_handler_get()
333 m_usbevt_handler = p_config->handler; in nrfx_power_usbevt_init()
354 m_usbevt_handler = NULL; in nrfx_power_usbevt_uninit()
397 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()
398 m_usbevt_handler(NRFX_POWER_USB_EVT_DETECTED); in nrfx_power_irq_handler()
404 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()
405 m_usbevt_handler(NRFX_POWER_USB_EVT_REMOVED); in nrfx_power_irq_handler()
411 NRFX_ASSERT(m_usbevt_handler != NULL); in nrfx_power_irq_handler()
412 m_usbevt_handler(NRFX_POWER_USB_EVT_READY); in nrfx_power_irq_handler()