SPI.Configuration Members
The following tables list the members exposed by the SPI.Configuration type.
Public Constructors
Name | Description | |
---|---|---|
SPI.Configuration | Initializes a new instance of the Configuration class for a SPI interface. |
Public Fields
Name | Description | |
---|---|---|
ChipSelect_ActiveState | The active state for the chip select port. If true, the chip select port will be set to high when accessing the chip; if false, the chip select port will be set to low when accessing the chip. | |
ChipSelect_HoldTime | The hold time for the chip select port. In other words, this parameter specifies the amount of time that the chip select port must remain in the active state before the device is unselected, or the amount of time that the chip select will remain in the active state after the data read/write transaction has been completed. | |
ChipSelect_Port | The chip select port. | |
ChipSelect_SetupTime | The setup time for the chip select port, in milliseconds. | |
Clock_Edge | The sampling clock edge. If true, data is sampled on the SPI clock rising edge; if false, the data is sampled on the SPI clock falling edge. | |
Clock_IdleState | The idle state of the clock. If true, the SPI clock signal will be set to high while the device is idle; if false, the SPI clock signal will be set to low while the device is idle. The idle state occurs whenever the chip is not selected. | |
Clock_RateKHz | The SPI clock rate in kilohertz. | |
SPI_mod | Selects the SPI bus for the transaction. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |