Searched refs:max_packet_size (Results 1 – 5 of 5) sorted by relevance
58 …dcd_data->qhd[0].max_packet_size = dcd_data->qhd[1].max_packet_size = ep0_max_pack… in usb_device_bus_reset()210 p_qhd->max_packet_size = config->max_packet_size & 0x7FFu; in usb_device_edpt_open()213 p_qhd->iso_mult = ((config->max_packet_size >> 11u) & 0x3u) + 1u; in usb_device_edpt_open()
60 …volatile uint32_t max_packet_size : 11 ; /* This directly corresponds to the maximum packe… member
149 volatile uint32_t max_packet_size : 11 ; /* Max packet size */ member
147 p_qhd->max_packet_size = ep_desc->wMaxPacketSize.size; in usb_host_qhd_init()
133 uint16_t max_packet_size; member
Completed in 54 milliseconds