Home
last modified time | relevance | path

Searched refs:nrf_usbd_event_check (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h186 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() function
347 bool ret = nrf_usbd_event_check(p_reg, event); in nrf_usbd_event_get_and_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1445 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()