1.1.8.4.22 DRV_SPI_CS_POLARITY Enum

C

typedef enum
{
    DRV_SPI_CS_POLARITY_ACTIVE_LOW,
    DRV_SPI_CS_POLARITY_ACTIVE_HIGH
}DRV_SPI_CS_POLARITY;

Summary

Identifies SPI Chip Select Polarity Options

Description

This enumeration identifies possible SPI Chip Select Polarity Options.

Remarks

None.

Summary

Defines the data required to setup the SPI transfer

Description

This data type defines the data required to setup the SPI transfer. The data is passed to the DRV_SPI_TransferSetup API to setup the SPI peripheral settings dynamically.

Remarks

None.