MSPM0C110X Driver Library  2.05.01.00
Data Fields
DL_SPI_Config Struct Reference

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
 

Detailed Description

Configuration struct for DL_SPI_init.

Field Documentation

§ mode

DL_SPI_MODE DL_SPI_Config::mode

The controller/peripheral mode configuration. One of DL_SPI_MODE

§ frameFormat

DL_SPI_FRAME_FORMAT DL_SPI_Config::frameFormat

The frame format to use for data transfer. One of DL_SPI_FRAME_FORMAT

§ parity

DL_SPI_PARITY DL_SPI_Config::parity

The parity configuration to use for data transfer. One of DL_SPI_PARITY.

§ dataSize

DL_SPI_DATA_SIZE DL_SPI_Config::dataSize

The size of the data transfer. One of DL_SPI_DATA_SIZE

§ bitOrder

DL_SPI_BIT_ORDER DL_SPI_Config::bitOrder

The order of bits during data transfer. One of DL_SPI_BIT_ORDER

§ chipSelectPin

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.


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale