Home
last modified time | relevance | path

Searched refs:NRF_USBREGULATOR (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbreg.c54 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()
[all …]
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbreg.h140 uint32_t status = nrf_usbreg_status_get(NRF_USBREGULATOR); in nrfx_usbreg_usbstatus_get()
/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf5340_application.h112 #define NRF_USBREGULATOR NRF_USBREGULATOR_NS macro
178 #define NRF_USBREGULATOR NRF_USBREGULATOR_S macro