Searched refs:mps (Results 1 – 10 of 10) sorted by relevance
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_usb.c | 168 USB->HCC0_b.MPS = mps; in USB_hostCH0() 185 USB->HCC1_b.MPS = mps; in USB_hostCH1() 202 USB->HCC2_b.MPS = mps; in USB_hostCH2() 223 USBn->HCC0_b.MPS = mps; in USB_hostCHn() 399 switch (mps) { in USB_devEP0in() 400 case 64: mps = 0x0; break; in USB_devEP0in() 409 USB->DIEPCTL0_b.MPS = mps; in USB_devEP0in() 419 USB->DIEPCTL1_b.MPS = mps; in USB_devActEP1() 423 USB->DOEPCTL1_b.MPS = mps; in USB_devActEP1() 432 USB->DIEPCTL2_b.MPS = mps; in USB_devActEP2() [all …]
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_usb.h | 292 …IPTOR *desc, uint32_t ctd, uint32_t ntd, BOOL ping, uint32_t pid, uint32_t mps, uint32_t epnum, BO… 298 …IPTOR *desc, uint32_t ctd, uint32_t ntd, BOOL ping, uint32_t pid, uint32_t mps, uint32_t epnum, BO… 304 …IPTOR *desc, uint32_t ctd, uint32_t ntd, BOOL ping, uint32_t pid, uint32_t mps, uint32_t epnum, BO… 322 …IPTOR *desc, uint32_t ctd, uint32_t ntd, BOOL ping, uint32_t pid, uint32_t mps, uint32_t epnum, BO… 438 BOOL USB_devEP0in(uint32_t size, uint32_t pktcnt, void *desc, uint32_t mps/*8,16,32,64-byte*/); 448 void USB_devActEP1(const BOOL in, const uint32_t mps, USB_EP_TYPE type); 454 void USB_devActEP2(const BOOL in, const uint32_t mps, USB_EP_TYPE type);
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/ |
| A D | usbh_pipe.c | 61 pp->ep.mps = ep_mpl; in usbh_pipe_create() 95 if ((pp->ep.mps != ep_mpl) && (ep_mpl)) { in usbh_pipe_update() 96 pp->ep.mps = ep_mpl; in usbh_pipe_update()
|
| A D | usbh_core.c | 90 usbh_core.host.pipe[0].ep.mps = 8U; in usbh_init()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | l2cc_lecb.h | 181 uint16_t mps, uint16_t mtu); 197 uint16_t dcid, uint16_t credits, uint16_t mps, uint16_t mtu);
|
| A D | gapm_int.h | 436 void gapm_set_max_mps(uint16_t mps);
|
| A D | l2cc_pdu.h | 414 uint16_t mps; member 433 uint16_t mps; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/ |
| A D | drv_usb_host.h | 82 uint16_t mps; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/ |
| A D | drv_usb_host.c | 259 pp_ctl |= pp->ep.mps; in usb_pipe_init() 285 uint16_t max_packet_len = pp->ep.mps; in usb_pipe_xfer()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_usbh.c | 698 uint16_t mps) in usb_host_chopen() argument 705 pdev->host.hc[hc_num].max_packet = mps; in usb_host_chopen() 719 uint16_t mps) in usb_host_ch_init() argument 726 pdev->host.hc[hc_num].max_packet = mps; in usb_host_ch_init()
|
Completed in 770 milliseconds