Searched refs:nrf_usbd_ep_enable_check (Results 1 – 2 of 2) sorted by relevance
917 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
1991 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()