MSPM0C110X Driver Library  2.05.00.05
Data Fields
DL_SPI_backupConfig Struct Reference

Configuration structure to backup SPI peripheral state before going to STOP/STANDBY mode. Used by DL_SPI_saveConfiguration and DL_SPI_restoreConfiguration. More...

#include <dl_spi.h>

Data Fields

uint32_t controlWord0
 
uint32_t controlWord1
 
uint32_t clockControl
 
uint32_t clockSel
 
uint32_t divideRatio
 
uint32_t interruptFifoLevelSelectWord
 
uint32_t interruptMask0
 
uint32_t interruptMask1
 
uint32_t interruptMask2
 
bool backupRdy
 

Detailed Description

Configuration structure to backup SPI peripheral state before going to STOP/STANDBY mode. Used by DL_SPI_saveConfiguration and DL_SPI_restoreConfiguration.

Field Documentation

§ controlWord0

uint32_t DL_SPI_backupConfig::controlWord0

Combination of basic SPI control configurations that are compressed to a single word as they are stored in the SPI registers See DL_SPI_init for how the peripheral control word 0 is created.

§ controlWord1

uint32_t DL_SPI_backupConfig::controlWord1

Combination of basic SPI control configurations that are compressed to a single word as they are stored in the SPI registers. See DL_SPI_init for how the peripheral control word 1 is created.

§ clockControl

uint32_t DL_SPI_backupConfig::clockControl

Combination of serial clock divider and delayed sampling settings compressed to a single word as they are stored in the SPI registers.

§ clockSel

uint32_t DL_SPI_backupConfig::clockSel

SPI module clock source. One of DL_SPI_CLOCK

§ divideRatio

uint32_t DL_SPI_backupConfig::divideRatio

SPI clock divider. One of DL_SPI_CLOCK_DIVIDE_RATIO

§ interruptFifoLevelSelectWord

uint32_t DL_SPI_backupConfig::interruptFifoLevelSelectWord

Combination of SPI interrupt FIFO level select configurations that are compressed to a single word as they are stored in the SPI registers.

§ interruptMask0

uint32_t DL_SPI_backupConfig::interruptMask0

SPI interrupt status for EVENT0. Bitwise OR of DL_SPI_INTERRUPT

§ interruptMask1

uint32_t DL_SPI_backupConfig::interruptMask1

SPI interrupt status for EVENT1. Bitwise OR of DL_SPI_DMA_INTERRUPT_RX

§ interruptMask2

uint32_t DL_SPI_backupConfig::interruptMask2

SPI interrupt status for EVENT2. Bitwise OR of DL_SPI_DMA_INTERRUPT_TX

§ backupRdy

bool DL_SPI_backupConfig::backupRdy

Boolean flag indicating whether or not a valid configuration structure exists. Should not be modified by the user.


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