#include <ICmosRW.h>
Inheritance diagram for ICmosRW:
Public Methods | |
ICmosRW () | |
virtual u8 | readByte (u32 indexPort, u32 dataPort, u32 offset) const=0 |
virtual void | writeByte (u32 indexPort, u32 dataPort, u32 offset, u8 byte) const=0 |
virtual | ~ICmosRW () |
Private Methods | |
ICmosRW (const ICmosRW &source) | |
NOT ALLOWED. No copy constructor. | |
void | operator= (const ICmosRW &source) |
NOT ALLOWED. No overloaded assignment. |
|
Definition at line 90 of file CmosRW.cpp. |
|
Definition at line 93 of file CmosRW.cpp. |
|
NOT ALLOWED. No copy constructor.
|
|
NOT ALLOWED. No overloaded assignment.
|
|
Implemented in CmosRWFile, and CmosRWIo. Referenced by CmosTokenD4::activate(), CmosTokenD4::isActive(), cmos::readByteArray(), upBootHelper(), and CmosRWChecksumObserver::update(). |
|
Implemented in CmosRWFile, and CmosRWIo. Referenced by CmosTokenD4::activate(), upBootHelper(), CmosRWChecksumObserver::update(), and cmos::writeByteArray(). |