Data Structures | |
| class | cmos::CmosRWFactory |
| class | cmos::ICmosRW |
Functions | |
| DECLARE_EXCEPTION (CmosException) | |
| Abstract base class for the cmos read write operations. | |
| DECLARE_EXCEPTION_EX (InvalidCmosRWMode, cmos, CmosException) | |
| void | readByteArray (const ICmosRW &cmos, u32 indexPort, u32 dataPort, u32 offset, u8 *target, u32 count) |
| void | writeByteArray (const ICmosRW &cmos, u32 indexPort, u32 dataPort, u32 offset, const u8 *source, u32 count) |
|
|
Abstract base class for the cmos read write operations.
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
Read or write an array of bytes to CMOS. This function is set up as a non-member helper function. It successively reads/writes
|
|
||||||||||||||||||||||||||||
|
Read or write an array of bytes to CMOS. This function is set up as a non-member helper function. It successively reads/writes
|
1.3.9.1