Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usb_host.c304 pudev->regs.pr[pipe_num]->HCHLEN = pp->xfer_len | pp->DPID | PIPE_XFER_PCNT(packet_count); in usb_pipe_xfer()
413 pudev->regs.pr[pipe_num]->HCHLEN = HCHLEN_PING | (HCHLEN_PCNT & (1U << 19U)); in usb_pipe_ping()
A Ddrv_usbh_int.c301 pudev->host.backup_xfercount[pp_num] = pp->xfer_len - (pp_reg->HCHLEN & HCHLEN_TLEN); in usbh_int_pipe_in()
530 if (pudev->regs.pr[pp_num]->HCHLEN & HCHLEN_PCNT) { in usbh_int_rxfifonoempty()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_regs.h123 …__IO uint32_t HCHLEN; /*!< USB host channel transfer length register 51… member

Completed in 10 milliseconds