Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c123 uint8_t epid = USB_EP_GET_IDX(ep); in nrf_usbd_ep_easydma_set_tx() local
124 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() local
145 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() local
288 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