We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29b93c commit 2d17b25Copy full SHA for 2d17b25
ch32fun/ch32v003hw.h
@@ -246,15 +246,19 @@ typedef enum
246
GPIO_CFGLR_OUT_10Mhz_PP = 1,
247
GPIO_CFGLR_OUT_2Mhz_PP = 2,
248
GPIO_CFGLR_OUT_50Mhz_PP = 3,
249
+ GPIO_CFGLR_OUT_30Mhz_PP = 3,
250
GPIO_CFGLR_OUT_10Mhz_OD = 5,
251
GPIO_CFGLR_OUT_2Mhz_OD = 6,
252
GPIO_CFGLR_OUT_50Mhz_OD = 7,
253
+ GPIO_CFGLR_OUT_30Mhz_OD = 7,
254
GPIO_CFGLR_OUT_10Mhz_AF_PP = 9,
255
GPIO_CFGLR_OUT_2Mhz_AF_PP = 10,
256
GPIO_CFGLR_OUT_50Mhz_AF_PP = 11,
257
+ GPIO_CFGLR_OUT_30Mhz_AF_PP = 11,
258
GPIO_CFGLR_OUT_10Mhz_AF_OD = 13,
259
GPIO_CFGLR_OUT_2Mhz_AF_OD = 14,
260
GPIO_CFGLR_OUT_50Mhz_AF_OD = 15,
261
+ GPIO_CFGLR_OUT_30Mhz_AF_OD = 15,
262
} GPIO_CFGLR_PIN_MODE_Typedef;
263
264
typedef union {
0 commit comments