Searched refs:nrf_usbd_eventcause_get (Results 1 – 2 of 2) sorted by relevance
654 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() function1118 ret = nrf_usbd_eventcause_get(p_reg); in nrf_usbd_eventcause_get_and_clear()
1474 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()