Port I/O Properties And Methods
|
Previous Top Next |
Port[] - read/write a byte from/to a port
|
PortW[] - read/write a 16-bit word from/to a port
|
PortL[] - read/write a 32-bit double word from/to a port
|
|
|
ReadPortFIFO - read an array of bytes
|
ReadPortWFIFO - read an array of words
|
ReadPortLFIFO - read an array of double words
|
WritePortFIFO - write an array of bytes
|
WritePortWFIFO - write an array of words
|
WritePortLFIFO - write an array of doble words
|