1.8.10.19 MCSPI_TRANSFER_SETUP Struct

C

/* MCSPI master mode */

typedef struct
{
    uint32_t    clockFrequency;
    MCSPI_CLOCK_PHASE clockPhase;
    MCSPI_CLOCK_POLARITY clockPolarity;
    MCSPI_DATA_BITS   dataBits;

}MCSPI_TRANSFER_SETUP;

Summary

Data structure containing the MCSPI parameters which can be changed at run time

Description

This structure identifies the possible setup parameters for MCSPI which can be changed at run time. An instance of this structure is passed as a parameter to the MCSPIx_TransferSetup API.

Remarks

None.