Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h654 NRF_STATIC_INLINE uint32_t nrf_usbd_eventcause_get(NRF_USBD_Type const * p_reg);
1104 NRF_STATIC_INLINE uint32_t nrf_usbd_eventcause_get(NRF_USBD_Type const * p_reg) in nrf_usbd_eventcause_get() function
1118 ret = nrf_usbd_eventcause_get(p_reg); in nrf_usbd_eventcause_get_and_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1474 while (0 == (eventcause & nrf_usbd_eventcause_get(NRF_USBD))) in usbd_eventcause_wait_and_clear()
1896 if (!(nrf_usbd_eventcause_get(NRF_USBD) & NRF_USBD_EVENTCAUSE_RESUME_MASK)) in nrfx_usbd_suspend()
1899 if (nrf_usbd_eventcause_get(NRF_USBD) & NRF_USBD_EVENTCAUSE_RESUME_MASK) in nrfx_usbd_suspend()