Used in the EUSCI_B_SPI_initMaster() function as the param parameter. More...
#include <eusci_b_spi.h>
Data Fields | |
| uint8_t | selectClockSource |
| uint32_t | clockSourceFrequency |
| Is the frequency of the selected clock source. | |
| uint32_t | desiredSpiClock |
| Is the desired clock rate for SPI communication. | |
| uint16_t | msbFirst |
| uint16_t | clockPhase |
| uint16_t | clockPolarity |
| uint16_t | spiMode |
Used in the EUSCI_B_SPI_initMaster() function as the param parameter.
| uint16_t EUSCI_B_SPI_initMasterParam::clockPhase |
Is clock phase select.
Valid values are:
Referenced by EUSCI_B_SPI_initMaster().
| uint16_t EUSCI_B_SPI_initMasterParam::clockPolarity |
Is clock polarity select
Valid values are:
Referenced by EUSCI_B_SPI_initMaster().
| uint16_t EUSCI_B_SPI_initMasterParam::msbFirst |
Controls the direction of the receive and transmit shift register.
Valid values are:
Referenced by EUSCI_B_SPI_initMaster().
| uint8_t EUSCI_B_SPI_initMasterParam::selectClockSource |
Selects Clock source.
Valid values are:
Referenced by EUSCI_B_SPI_initMaster().
| uint16_t EUSCI_B_SPI_initMasterParam::spiMode |
Is SPI mode select
Valid values are:
Referenced by EUSCI_B_SPI_initMaster().