mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ResetRTC初回起動時に32kHzクロックを出力するようにした
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@850 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
c0492ee4af
commit
f40d6584a3
@ -248,6 +248,12 @@ static void ResetRTC( void )
|
|||||||
// リセット実行
|
// リセット実行
|
||||||
stat1.reset = 1;
|
stat1.reset = 1;
|
||||||
RTC_WriteStatus1( &stat1 );
|
RTC_WriteStatus1( &stat1 );
|
||||||
|
{
|
||||||
|
RTCRawFout fout;
|
||||||
|
|
||||||
|
fout.fout = RTC_FOUT_DUTY_32KHZ;
|
||||||
|
RTC_WriteFout(&fout);
|
||||||
|
}
|
||||||
SYSMi_GetWork()->flags.common.isResetRTC = TRUE;
|
SYSMi_GetWork()->flags.common.isResetRTC = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user