![]() |
![]() |
|
MSPM0C110X Driver Library
2.05.01.00
|
Configuration struct for DL_SPI_init. More...
#include <dl_spi.h>
Data Fields | |
| DL_SPI_MODE | mode |
| DL_SPI_FRAME_FORMAT | frameFormat |
| DL_SPI_PARITY | parity |
| DL_SPI_DATA_SIZE | dataSize |
| DL_SPI_BIT_ORDER | bitOrder |
| DL_SPI_CHIP_SELECT | chipSelectPin |
Configuration struct for DL_SPI_init.
| DL_SPI_MODE DL_SPI_Config::mode |
The controller/peripheral mode configuration. One of DL_SPI_MODE
| DL_SPI_FRAME_FORMAT DL_SPI_Config::frameFormat |
The frame format to use for data transfer. One of DL_SPI_FRAME_FORMAT
| DL_SPI_PARITY DL_SPI_Config::parity |
The parity configuration to use for data transfer. One of DL_SPI_PARITY.
| DL_SPI_DATA_SIZE DL_SPI_Config::dataSize |
The size of the data transfer. One of DL_SPI_DATA_SIZE
| DL_SPI_BIT_ORDER DL_SPI_Config::bitOrder |
The order of bits during data transfer. One of DL_SPI_BIT_ORDER
| DL_SPI_CHIP_SELECT DL_SPI_Config::chipSelectPin |
The pin to use for chip select. Used in Controller or Peripheral modes with Motorola 4-Wire or TI Sync frame formats. One of DL_SPI_CHIP_SELECT.