Lines Matching refs:NRF_USBREGULATOR
54 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY); in nrfx_usbreg_init()
56 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_USBREGULATOR), p_config->irq_priority); in nrfx_usbreg_init()
57 NRFX_IRQ_ENABLE(nrfx_get_irq_number(NRF_USBREGULATOR)); in nrfx_usbreg_init()
62 nrf_usbreg_int_enable(NRF_USBREGULATOR, NRF_USBREG_INT_USBDETECTED | in nrfx_usbreg_enable()
69 nrf_usbreg_int_disable(NRF_USBREGULATOR, NRF_USBREG_INT_USBDETECTED | in nrfx_usbreg_disable()
77 NRFX_IRQ_DISABLE(nrfx_get_irq_number(NRF_USBREGULATOR)); in nrfx_usbreg_uninit()
88 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBDETECTED)) in nrfx_usbreg_irq_handler()
90 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBDETECTED); in nrfx_usbreg_irq_handler()
93 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBREMOVED)) in nrfx_usbreg_irq_handler()
95 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBREMOVED); in nrfx_usbreg_irq_handler()
98 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY)) in nrfx_usbreg_irq_handler()
100 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY); in nrfx_usbreg_irq_handler()