Click or drag to resize

BitBangSpiConfigCPHA Field

Bit bang SPI clock phase. If set to false (0) data is sampled on the clock active to inactive edge, and updated on the inactive to active edge. If set to true (1), data is updated on the clock active to inactive transition, and data is sampled on the inactive to active edge. The CPHA/CPOL settings used are based on this diagram: https://en.wikipedia.org/wiki/Serial_Peripheral_Interface#/media/File:SPI_timing_diagram2.svg

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool CPHA

Field Value

Type: Boolean
See Also