Data Fields
_eUSCI_SPI_MasterConfig Struct Reference

Type definition for _eUSCI_SPI_MasterConfig structure. More...

#include <spi.h>

Data Fields

uint_fast8_t selectClockSource
 
uint32_t clockSourceFrequency
 
uint32_t desiredSpiClock
 
uint_fast16_t msbFirst
 
uint_fast16_t clockPhase
 
uint_fast16_t clockPolarity
 
uint_fast16_t spiMode
 

Detailed Description

Type definition for _eUSCI_SPI_MasterConfig structure.

ypedef eUSCI_SPI_MasterConfig

Configuration structure for master mode in the SPI module. See SPI_initMaster for parameter documentation.

Field Documentation

uint_fast8_t _eUSCI_SPI_MasterConfig::selectClockSource

Referenced by SPI_initMaster().

uint32_t _eUSCI_SPI_MasterConfig::clockSourceFrequency

Referenced by SPI_initMaster().

uint32_t _eUSCI_SPI_MasterConfig::desiredSpiClock

Referenced by SPI_initMaster().

uint_fast16_t _eUSCI_SPI_MasterConfig::msbFirst

Referenced by SPI_initMaster().

uint_fast16_t _eUSCI_SPI_MasterConfig::clockPhase

Referenced by SPI_initMaster().

uint_fast16_t _eUSCI_SPI_MasterConfig::clockPolarity

Referenced by SPI_initMaster().

uint_fast16_t _eUSCI_SPI_MasterConfig::spiMode

Referenced by SPI_initMaster().


The documentation for this struct was generated from the following file:

Copyright 2016, Texas Instruments Incorporated