Searched refs:USB_GET_EP_DIR (Results 1 – 1 of 1) sorted by relevance
37 #define USB_GET_EP_DIR(ep_addr) (ep_addr & USB_EP_DIR_Msk) macro322 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptOpen()411 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptClose()558 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptStall()591 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptClearStall()1141 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in process_pipe0_xfer()1198 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in process_pipe_xfer()1287 const uint32_t dir = USB_GET_EP_DIR(pipe->ep); in process_pipe_brdy()1806 const uint8_t dir = USB_GET_EP_DIR(ep); in process_pipe_forced_termination()