Searched refs:EP_MPS (Results 1 – 2 of 2) sorted by relevance
102 #define EP_MPS 64U macro125 #define EP_MPS USB_OTG_HS_MAX_PACKET_SIZE macro127 #define EP_MPS USB_OTG_FS_MAX_PACKET_SIZE macro171 uint8_t ep_buf[USB_NUM_BIDIR_ENDPOINTS][EP_MPS];586 if (max_data_len > EP_MPS) { in usb_dc_ep_start_read()587 max_data_len = EP_MPS; in usb_dc_ep_start_read()
792 #define EP_MPS 64U macro798 #define EP_MPS USB_OTG_HS_MAX_PACKET_SIZE macro800 #define EP_MPS USB_OTG_FS_MAX_PACKET_SIZE macro824 .ep_mps = EP_MPS,