Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h1087 NRF_STATIC_INLINE uint32_t nrf_usbd_ep_amount_get(NRF_USBD_Type const * p_reg, uint8_t ep);
1442 NRF_STATIC_INLINE uint32_t nrf_usbd_ep_amount_get(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_ep_amount_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1450 m_dma_odd ^= nrf_usbd_ep_amount_get(NRF_USBD, ep) & 1; in usbd_dmareq_process()