We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e66501 commit 3288f5eCopy full SHA for 3288f5e
src/machine/machine_rp2_usb.go
@@ -231,6 +231,8 @@ func (dev *USBDevice) ClearStallEPOut(ep uint32) {
231
}
232
233
234
+// RP2040: See datasheet section 4.1.2.7.2
235
+// RP2350: See datasheet section 12.7.3.7.2
236
type usbDPSRAM struct {
237
// Note that EPxControl[0] is not EP0Control but 8-byte setup data.
238
EPxControl [16]usbEndpointControlRegister
0 commit comments