Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h826 NRF_STATIC_INLINE size_t nrf_usbd_epout_size_get(NRF_USBD_Type const * p_reg, uint8_t ep);
1207 NRF_STATIC_INLINE size_t nrf_usbd_epout_size_get(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_epout_size_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c2239 return nrf_usbd_epout_size_get(NRF_USBD, ep_to_hal(ep)); in nrfx_usbd_epout_size_get()