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 ee2f7ce commit 08ef034Copy full SHA for 08ef034
targets/TARGET_RDA/TARGET_UNO_91H/rda_ccfg_api.c
@@ -233,6 +233,8 @@ void rda_ccfg_ckrst(void)
233
/* Config BUS clock */
234
val &= ~(0x01U << 9);
235
val |= (0x00U << 9); /* 1'b0:40M, 1'b1:80M */
236
+
237
+ val |= (0x01U); /* clear i2c_wakeup_en */
238
wr_rf_usb_reg(0xA4, val, 0);
239
}
240
0 commit comments