Searched refs:epid (Results 1 – 1 of 1) sorted by relevance
123 uint8_t epid = USB_EP_GET_IDX(ep); in nrf_usbd_ep_easydma_set_tx() local124 if (epid == EP_ISO_NUM) in nrf_usbd_ep_easydma_set_tx()130 NRF_USBD->EPIN[epid].PTR = ptr; in nrf_usbd_ep_easydma_set_tx()144 uint8_t epid = USB_EP_GET_IDX(ep); in nrf_usbd_ep_easydma_set_rx() local145 if (epid == EP_ISO_NUM) in nrf_usbd_ep_easydma_set_rx()151 NRF_USBD->EPOUT[epid].PTR = ptr; in nrf_usbd_ep_easydma_set_rx()287 uint8_t epid = USB_EP_GET_IDX(ep); in usbd_ep_close() local288 if (epid != EP_ISO_NUM) in usbd_ep_close()488 if (epid == 0) in usbd_ep_set_stall()492 else if (epid != EP_ISO_NUM) in usbd_ep_set_stall()[all …]
Completed in 4 milliseconds