Enum pl_io_num

Enum pl_io_num contains the list of constants that refer to available general-purpose I/O (GPIO) lines. Since the TiOS Simulator does not have any GPIO lines, this enum only has one entry for the NULL line.


Enum pl_io_num includes the following constants:

0 — PL_IO_NULL:

This is a NULL line that does not physically exist. The state of this line is always detected as LOW. Setting this line has no effect.