Home
last modified time | relevance | path

Searched refs:nrf_usbreg_event_clear (Results 1 – 2 of 2) 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()
90 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBDETECTED); in nrfx_usbreg_irq_handler()
95 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBREMOVED); in nrfx_usbreg_irq_handler()
100 nrf_usbreg_event_clear(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY); in nrfx_usbreg_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_usbreg.h80 NRF_STATIC_INLINE void nrf_usbreg_event_clear(NRF_USBREG_Type * p_reg,
137 NRF_STATIC_INLINE void nrf_usbreg_event_clear(NRF_USBREG_Type * p_reg, in nrf_usbreg_event_clear() function