Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h662 NRF_STATIC_INLINE void nrf_usbd_eventcause_clear(NRF_USBD_Type * p_reg, uint32_t flags);
1109 NRF_STATIC_INLINE void nrf_usbd_eventcause_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_eventcause_clear() function
1119 nrf_usbd_eventcause_clear(p_reg, ret); in nrf_usbd_eventcause_get_and_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1478 nrf_usbd_eventcause_clear(NRF_USBD, eventcause); in usbd_eventcause_wait_and_clear()
1727 nrf_usbd_eventcause_clear(NRF_USBD, NRF_USBD_EVENTCAUSE_READY_MASK); in nrfx_usbd_enable()