|
|
Provides PORT I/O pin simulation for embeded chip emulators.
BYTE PortValue | PortValue |
bool BIT7 | BIT7 |
bool BIT6 | BIT6 |
bool BIT5 | BIT5 |
bool BIT4 | BIT4 |
bool BIT3 | BIT3 |
bool BIT2 | BIT2 |
bool BIT1 | BIT1 |
bool BIT0 | BIT0 |
STPortMap & operator= (const BYTE NewValue)
| operator= |
STPortMap & operator++ (int)
| operator++ |
STPortMap & operator+ (const int Incroment)
| operator+ |
STPortMap & operator+= (const int Incroment)
| operator+= |
STPortMap & operator+= (const STPortMap& )
| operator+= |
STPortMap & operator>>= (const int RotateRight)
| operator>>= |
STPortMap & operator<<= (const int RotateLeft)
| operator<<= |
STPortMap & operator|= (const int OrValue)
| operator|= |
STPortMap & operator&= (const int AndValue)
| operator&= |
STPortMap & operator!= (const int NotValue)
| operator!= |
operator BYTE ()
| BYTE |
void SetPort ()
| SetPort |
void SetBits (BYTE NewBits)
| SetBits |
Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53. |