Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/core/Source/
A Dusbd_core.c107 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()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_core.h45 #define EP_DIR(x) ((uint8_t)((x) >> 7)) /*!< endpoint direction */ macro
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_pipe.c117 pudev->host.pipe[pp_num].ep.dir = EP_DIR(ep_addr); in usbh_pipe_allocate()
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_usb.c170 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()
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7.h3689 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
3767 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
3845 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
3923 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4001 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4079 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4157 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4235 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4313 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
4391 …__IO uint32_t EP_DIR : 1; /*!< Indicates whether the transaction is IN or OUT.… member
[all …]

Completed in 66 milliseconds