Searched refs:EP_DIR (Results 1 – 5 of 5) sorted by relevance
107 if (EP_DIR(ep_addr)) { in usbd_ep_setup()141 if (EP_DIR(ep_addr)) { in usbd_ep_clear()229 if (EP_DIR(ep_addr)) { in usbd_ep_stall()256 if (EP_DIR(ep_addr)) { in usbd_ep_stall_clear()281 if (EP_DIR(ep_addr)) { in usbd_fifo_flush()
45 #define EP_DIR(x) ((uint8_t)((x) >> 7)) /*!< endpoint direction */ macro
117 pudev->host.pipe[pp_num].ep.dir = EP_DIR(ep_addr); in usbh_pipe_allocate()
170 USB->HCC0_b.EP_DIR = in ? 1 : 0; in USB_hostCH0()187 USB->HCC1_b.EP_DIR = in ? 1 : 0; in USB_hostCH1()204 USB->HCC2_b.EP_DIR = in ? 1 : 0; in USB_hostCH2()225 USBn->HCC0_b.EP_DIR = in ? 1 : 0; in USB_hostCHn()
3689 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member3767 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member3845 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member3923 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4001 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4079 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4157 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4235 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4313 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member4391 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member[all …]
Completed in 66 milliseconds