camera: remember PLL config

This commit is contained in:
Arisotura
2020-10-26 21:16:20 +01:00
parent fc922ffb14
commit c0c1c2e1c2
2 changed files with 13 additions and 1 deletions

View File

@ -58,6 +58,8 @@ private:
u16 I2C_ReadReg(u16 addr);
void I2C_WriteReg(u16 addr, u16 val);
u16 PLLDiv;
u16 PLLPDiv;
u16 PLLCnt;
u16 ClocksCnt;
u16 StandbyCnt;