mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(mpll): fix mpll calibration fail bug
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
#define I2C_MPLL 0x63
|
||||
#define I2C_MPLL_HOSTID 0
|
||||
|
||||
#define I2C_MPLL_IR_CAL_EXT_CAP 1
|
||||
#define I2C_MPLL_IR_CAL_EXT_CAP_MSB 1
|
||||
#define I2C_MPLL_IR_CAL_EXT_CAP_LSB 0
|
||||
|
||||
#define I2C_MPLL_IR_CAL_ENX_CAP 1
|
||||
#define I2C_MPLL_IR_CAL_ENX_CAP_MSB 2
|
||||
#define I2C_MPLL_IR_CAL_ENX_CAP_LSB 2
|
||||
|
||||
#define I2C_MPLL_IR_CAL_RSTB 1
|
||||
#define I2C_MPLL_IR_CAL_RSTB_MSB 5
|
||||
#define I2C_MPLL_IR_CAL_RSTB_lSB 5
|
||||
|
||||
Reference in New Issue
Block a user