Home |
RTTarget-32 Programming Manual Function RTCMOSWrite System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTCMOSWriteThis function can write one byte of battery-backed CMOS RAM: void RTCMOSWrite(BYTE Addr, BYTE Value); ParametersAddrThe byte offset with the CMOS RAM of the value to write. ValueThe value to write into the CMOS RAM. RTCMOSWrite only works on systems equipped with an MC146818A Real-Time Clock or compatible device. The contents of the CMOS RAM area are valid only if it has been initialized by a BIOS or by the program itself.
|