NDSummary.OnToolTipsLoaded("File:clock.h",{1376:"
inline void RTC_SetMode(
u8 mode
)
Set clock mode
",1377:"
inline u8 RTC_Read(
u8 reg
)
Read a RTC register value
",1378:"
inline void RTC_Write(
u8 reg,
u8 value
)
Write a RTC register value
",1379:"
void RTC_WriteRaw(
u8 reg,
u8* data,
u8 num
)
Write data in CMOS in the current block Use RTC_SetMode to change current block
",1380:"
void RTC_ReadRaw(
u8 reg,
u8* data,
u8 num
)
Read data from CMOS in the current block Use RTC_SetMode to change current block
",1382:"
inline void RTC_Initialize()
Initialize the clock module
",1383:"
inline void RTC_Set24H(
bool enable
)
Set 12/24 hours mode Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1384:"
u8 RTC_GetSecond()
Get current clock second counter (0-59) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1385:"
u8 RTC_GetMinute()
Get current clock minute counter (0-59) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1386:"
u8 RTC_GetHour()
Get current clock hour counter (0-23) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1387:"
inline bool RTC_IsPM()
Check if current hour is PM or AM Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1388:"
u8 RTC_GetDayOfWeek()
Get current clock day-of-week counter (0-6) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1389:"
u8 RTC_GetDay()
Get current clock day counter (1-31) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1390:"
u8 RTC_GetMonth()
Get current clock month counter (1-12) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1391:"
u8 RTC_GetYear()
Get current clock year counter (0-99) Need RTC_USE_CLOCK define to be set in MSXgl configuration
",1393:"
const c8* RTC_GetDayOfWeekString()
Get current clock day of week string Need RTC_USE_CLOCK and RTC_USE_CLOCK_EXTRA define to be set in MSXgl configuration
",1394:"
const c8* RTC_GetMonthString()
Get current clock month counter string Need RTC_USE_CLOCK and RTC_USE_CLOCK_EXTRA define to be set in MSXgl configuration
",1395:"
u16 RTC_GetYear4()
Get current clock 4-digits year counter (1980-2079) Need RTC_USE_CLOCK and RTC_USE_CLOCK_EXTRA define to be set in MSXgl configuration
",1397:"
inline bool RTC_IsSettingOK()
Check if setting data is valid
",1398:"
inline void RTC_SetAreaCode(
u8 code
)
Set area code
",1399:"
inline u8 RTC_GetAreaCode()
Get area code
",1401:"
inline u8 RTC_GetDataType()
Get current data type
",1402:"
void RTC_SaveData(
u8* data
)
Save 6 bytes data to CMOS\'s block 3 Need RTC_USE_SAVEDATA define to be set in MSXgl configuration
",1403:"
bool RTC_LoadData(
u8* data
)
Load 6 bytes data from CMOS\'s block 3 Need RTC_USE_SAVEDATA define to be set in MSXgl configuration
",1404:"
void RTC_SaveDataSigned(
u8* data
)
Save 6 bytes data to CMOS\'s block 3 Need RTC_USE_SAVESIGNED define to be set in MSXgl configuration and AppSignature BuildTool option to TRUE
",1405:"
bool RTC_LoadDataSigned(
u8* data
)
Load 6 bytes data from CMOS\'s block 3 Need RTC_USE_SAVESIGNED define to be set in MSXgl configuration and AppSignature BuildTool option to TRUE
"});