Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h917 NRF_STATIC_INLINE bool nrf_usbd_ep_enable_check(NRF_USBD_Type const * p_reg, uint8_t ep);
1293 NRF_STATIC_INLINE bool nrf_usbd_ep_enable_check(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_ep_enable_check() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1991 return nrf_usbd_ep_enable_check(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_enable_check()
1998 if (nrf_usbd_ep_enable_check(NRF_USBD, ep)) in nrfx_usbd_ep_enable()