Searched refs:nrf_usbd_event_check (Results 1 – 2 of 2) sorted by relevance
186 NRF_STATIC_INLINE bool nrf_usbd_event_check(NRF_USBD_Type const * p_reg, nrf_usbd_event_t event);340 NRF_STATIC_INLINE bool nrf_usbd_event_check(NRF_USBD_Type const * p_reg, nrf_usbd_event_t event) in nrf_usbd_event_check() function347 bool ret = nrf_usbd_event_check(p_reg, event); in nrf_usbd_event_get_and_clear()
1445 while (!nrf_usbd_event_check(NRF_USBD, nrfx_usbd_ep_to_endevent(ep))) in usbd_dmareq_process()1802 while (!nrf_usbd_event_check(NRF_USBD, NRF_USBD_EVENT_ENDEPIN0)) in nrfx_usbd_disable()