Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c641 static inline uint8_t ep_to_hal(nrfx_usbd_ep_t ep) in ep_to_hal() function
1991 return nrf_usbd_ep_enable_check(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_enable_check()
2002 nrf_usbd_ep_enable(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_enable()
2017 nrf_usbd_ep_disable(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_disable()
2239 return nrf_usbd_epout_size_get(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_epout_size_get()
2250 nrf_usbd_ep_stall(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_stall()
2259 nrf_usbd_ep_unstall(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_stall_clear()
2264 return nrf_usbd_ep_is_stall(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_ep_stall_check()