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.
2 parents dcb71e2 + 5c2f103 commit c37cd51Copy full SHA for c37cd51
targets/TARGET_STM/TARGET_STM32G4/objects.h
@@ -155,6 +155,19 @@ struct trng_s {
155
RNG_HandleTypeDef handle;
156
};
157
158
+#if DEVICE_QSPI
159
+struct qspi_s {
160
+ QSPI_HandleTypeDef handle;
161
+ QSPIName qspi;
162
+ PinName io0;
163
+ PinName io1;
164
+ PinName io2;
165
+ PinName io3;
166
+ PinName sclk;
167
+ PinName ssel;
168
+};
169
+#endif
170
+
171
//#include "common_objects.h"
172
#include "gpio_object.h"
173
0 commit comments