1.2.21.52 1.3.25.52 1.4.21.52 1.5.25.52 1.6.22.52 1.7.23.52 1.9.19.52 1.29.23.52 1.30.18.52 1.31.18.52 1.32.26.52 1.33.16.52 1.37.18.52 1.38.21.52 1.39.18.52 1.40.20.52 SPI_CLOCK_POLARITY Enum
C
/* SPI master mode */
typedef enum
{
/* The inactive state value of clock is logic level zero */
SPI_CLOCK_POLARITY_IDLE_LOW = SERCOM_SPIM_CTRLA_CPOL_IDLE_LOW,
/* The inactive state value of clock is logic level one */
SPI_CLOCK_POLARITY_IDLE_HIGH = SERCOM_SPIM_CTRLA_CPOL_IDLE_HIGH,
/* Force the compiler to reserve 32-bit space for each enum value */
SPI_CLOCK_POLARITY_INVALID = 0xFFFFFFFFU
} SPI_CLOCK_POLARITY;
Summary
Identifies SPI Clock Polarity Options
Description
This enumeration identifies possible SPI Clock Polarity Options.
Remarks
None.