Searched defs:dir (Results 1 – 2 of 2) sorted by relevance
39 #define USB_GET_EP_ADDR(idx, dir) ((idx & USB_EP_IDX_Msk) | (dir & USB_EP_DIR_Msk)) argument41 #define USB_PIPECFG_DIR_IDX(dir) ((dir == USB_EP_IN_DIR) ? 1 : 0) argument322 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptOpen() local411 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptClose() local558 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptStall() local591 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in R_USBD_EdptClearStall() local1141 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in process_pipe0_xfer() local1198 const uint8_t dir = USB_GET_EP_DIR(ep_addr); in process_pipe_xfer() local1287 const uint32_t dir = USB_GET_EP_DIR(pipe->ep); in process_pipe_brdy() local1806 const uint8_t dir = USB_GET_EP_DIR(ep); in process_pipe_forced_termination() local
227 static inline uint8_t r_usbh_edpt_addr (uint8_t num, uint8_t dir) in r_usbh_edpt_addr()