Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h937 NRF_STATIC_INLINE void nrf_usbd_ep_disable(NRF_USBD_Type * p_reg, uint8_t ep);
1323 NRF_STATIC_INLINE void nrf_usbd_ep_disable(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_ep_disable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c2017 nrf_usbd_ep_disable(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_disable()