Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usb_host.c55 uint32_t ptxfifolen = 0U; in usb_host_init() local
75 ptxfifolen |= USB_RX_FIFO_FS_SIZE + USB_HTX_NPFIFO_FS_SIZE; in usb_host_init()
76 ptxfifolen |= USB_HTX_PFIFO_FS_SIZE << 16U; in usb_host_init()
77 pudev->regs.gr->HPTFLEN = ptxfifolen; in usb_host_init()

Completed in 7 milliseconds