| Property | Description |
| Address | Returns a pointer to the address of the oSPI Object instance. Data-Type: Address, Read-Only Data-Range: 0 - 127 |
| Direction | A value that specifies the direction of the bit order. Data-Type: Bit, Flag Data-Range: 0 - 1 The following table lists the possible values of Direction
| Direction | Constant | Description |
|---|
| 0 | | Data shifted out lsb first. |
|---|
| 1 | | Data shifted out msb first. |
|
| InvertE | A value that specifies if the Enable output is inverted. Data-Type: Bit, Flag Data-Range: 0 - 1 |
| IOLineC | A value that specifies the physical I/O Line to use for the Clock signal. Data-Type: Byte Data-Range: 0 - 31 |
| IOLineE | A value that specifies the physical I/O Line to use for the Enable output. Data-Type: Nibble Data-Range: 0 - 15 |
| IOLineI | A value that specifies the physical I/O Line to use for in-coming data Note:
if this is set to 0, then the oSPI Object will use the I/O Line
that that IOLineO property is set to for the IOLineI value. Data-Type: Byte Data-Range: 0 - 31 |
| IOLineO | A value that specifies the physical I/O Line to use for out-going data Data-Type: Byte Data-Range: 0 - 31 |
| Mode | A value that specifies when the data is to be read. Data-Type: Bit Data-Range: 0 - 1 The following table lists the possible values of Mode.
| Direction | Constant | Description |
|---|
| 0 | | Data is samples before clock pulse. |
|---|
| 1 | | Data is samples after clock pulse. |
|
| Operate | A value that specifies whether or not the data is updated. Data-Type: Bit, Flag Data-Range: 0 - 1 |
| Rate | A value that specifies the clock rate. Data-Type: Bit Data-Range: 0 - 1 |
| Value | A value that indicates the current
16 or 8 bit SPI reading Data-Type: Word, Default Data-Range: 0 - 65535 |
| Width | A value that specifies the width of the data. Data-Type: Bit Data-Range: 0 - 1 The following table lists the possible values of
Width.
| Width | Constant | Description |
|---|
| 0 | | 8-Bits
of data are clocked in or out. |
|---|
| 1 | | 16-Bits
of data are clocked in or out. |
|