Searched refs:ep_max_packet_size (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_usbh.c | 265 max_pckt_size = ptr_pipe->ep_max_packet_size; in XMC_lStartTransfer() 291 …hctsiz |= (((num_remaining_transfer + ptr_pipe->ep_max_packet_size) - 1U) / ptr_pipe->ep_max_packe… in XMC_lStartTransfer() 731 …addr, uint8_t hub_port, uint8_t ep_addr, uint8_t ep_type, uint16_t ep_max_packet_size, uint8_t ep… in XMC_USBH_PipeCreate() argument 776 ptr_ch->HCCHAR = ((uint32_t)(USB_CH_HCCHARx_MPS(ep_max_packet_size))| in XMC_USBH_PipeCreate() 782 ptr_pipe->ep_max_packet_size = ep_max_packet_size; in XMC_USBH_PipeCreate() 794 loc_val = ((((uint32_t)ep_max_packet_size >> 11U) + 1U) & 3U); in XMC_USBH_PipeCreate() 820 …8_t dev_addr, uint8_t dev_speed, uint8_t hub_addr, uint8_t hub_port, uint16_t ep_max_packet_size) { in XMC_USBH_PipeModify() argument 855 … hcchar |= (uint32_t)(USB_CH_HCCHARx_MPS(ep_max_packet_size) | (USB_CH_HCCHARx_DEVADDR(dev_addr))); in XMC_USBH_PipeModify() 858 ptr_pipe->ep_max_packet_size = ep_max_packet_size; in XMC_USBH_PipeModify() 1324 …((ptr_pipe->num_transferred_total%ptr_pipe->ep_max_packet_size) == 0U)){ /* if short packet was… in XMC_USBH_HandleIrq()
|
| D | xmc_usbd.c | 1430 const uint16_t ep_max_packet_size) in XMC_USBD_EndpointConfigure() argument 1440 ep->maxPacketSize = (uint8_t)ep_max_packet_size; in XMC_USBD_EndpointConfigure() 1467 switch(ep_max_packet_size) in XMC_USBD_EndpointConfigure() 1487 data.b.mps = ep_max_packet_size; in XMC_USBD_EndpointConfigure() 1511 switch(ep_max_packet_size) in XMC_USBD_EndpointConfigure() 1531 data.b.mps = ep_max_packet_size; in XMC_USBD_EndpointConfigure()
|
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_usbh.h | 293 uint16_t ep_max_packet_size, 300 …uint16_t ep_max_packet_size); /**< Pointer to \ref ARM_USBH_PipeModify : Modify Pipe … 323 uint16_t ep_max_packet_size; /**< Maximum packet size for the selected pipe*/ member
|
| D | xmc_usbd.h | 447 …gure) (uint8_t ep_addr,XMC_USBD_ENDPOINT_TYPE_t ep_type, uint16_t ep_max_packet_size);/**< Pointe… 789 uint16_t ep_max_packet_size);
|