1.1.9.4.19 DRV_SPI_CLOCK_PHASE Enum
1.1.9.4.19 C
typedef enum
{
/* Input data is valid on clock trailing edge and
output data is ready on leading edge */
DRV_SPI_CLOCK_PHASE_VALID_TRAILING_EDGE,
/* Input data is valid on clock leading edge and
output data is ready on trailing edge */
DRV_SPI_CLOCK_PHASE_VALID_LEADING_EDGE
}DRV_SPI_CLOCK_PHASE;
1.1.9.4.19 Summary
Identifies SPI Clock Phase Options.
1.1.9.4.19 Description
This enumeration identifies possible SPI Clock Phase Options.
1.1.9.4.19 Remarks
None.
