Searched refs:USB_GET_EP_IDX (Results 1 – 1 of 1) sorted by relevance
38 #define USB_GET_EP_IDX(ep_addr) (ep_addr & USB_EP_IDX_Msk) macro321 const uint8_t epn = USB_GET_EP_IDX(ep_addr); in R_USBD_EdptOpen()410 const uint8_t epn = USB_GET_EP_IDX(ep_addr); in R_USBD_EdptClose()498 if (USB_GET_EP_IDX(ep_addr) > 0) in R_USBD_XferStart()557 const uint8_t epn = USB_GET_EP_IDX(ep_addr); in R_USBD_EdptStall()590 const uint8_t epn = USB_GET_EP_IDX(ep_addr); in R_USBD_EdptClearStall()1197 const uint8_t epn = USB_GET_EP_IDX(ep_addr); in process_pipe_xfer()1805 const uint8_t epn = USB_GET_EP_IDX(ep); in process_pipe_forced_termination()