Searched refs:NRF_USBREGULATOR (Results 1 – 3 of 3) sorted by relevance
53 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_USBREGULATOR), p_config->irq_priority); in nrfx_usbreg_init()54 NRFX_IRQ_ENABLE(nrfx_get_irq_number(NRF_USBREGULATOR)); in nrfx_usbreg_init()59 nrf_usbreg_int_enable(NRF_USBREGULATOR, NRF_USBREG_INT_USBDETECTED | in nrfx_usbreg_enable()66 nrf_usbreg_int_disable(NRF_USBREGULATOR, NRF_USBREG_INT_USBDETECTED | in nrfx_usbreg_disable()74 NRFX_IRQ_DISABLE(nrfx_get_irq_number(NRF_USBREGULATOR)); in nrfx_usbreg_uninit()80 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBDETECTED)) in nrfx_usbreg_irq_handler()82 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBDETECTED); in nrfx_usbreg_irq_handler()85 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBREMOVED)) in nrfx_usbreg_irq_handler()87 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBREMOVED); in nrfx_usbreg_irq_handler()90 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY)) in nrfx_usbreg_irq_handler()[all …]
130 uint32_t status = nrf_usbreg_status_get(NRF_USBREGULATOR); in nrfx_usbreg_usbstatus_get()
107 #define NRF_USBREGULATOR NRF_USBREGULATOR_S macro
Completed in 5 milliseconds