Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c423 static const uint8_t epout_bitpos[] = in nrfx_usbd_ep_to_int() local
436 return 1UL << (NRF_USBD_EPIN_CHECK(ep) ? epin_bitpos : epout_bitpos)[NRF_USBD_EP_NR_GET(ep)]; in nrfx_usbd_ep_to_int()