Searched refs:nrf_usbreg_event_check (Results 1 – 2 of 2) sorted by relevance
88 if (nrf_usbreg_event_check(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()98 if (nrf_usbreg_event_check(NRF_USBREGULATOR, NRF_USBREG_EVENT_USBPWRRDY)) in nrfx_usbreg_irq_handler()
92 NRF_STATIC_INLINE bool nrf_usbreg_event_check(NRF_USBREG_Type const * p_reg,143 NRF_STATIC_INLINE bool nrf_usbreg_event_check(NRF_USBREG_Type const * p_reg, in nrf_usbreg_event_check() function