Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h175 NRF_STATIC_INLINE void nrf_usbd_event_clear(NRF_USBD_Type * p_reg, nrf_usbd_event_t event);
334 NRF_STATIC_INLINE void nrf_usbd_event_clear(NRF_USBD_Type * p_reg, nrf_usbd_event_t event) in nrf_usbd_event_clear() function
350 nrf_usbd_event_clear(p_reg, event); in nrf_usbd_event_get_and_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1799 nrf_usbd_event_clear(NRF_USBD, NRF_USBD_EVENT_ENDEPIN0); in nrfx_usbd_disable()