![]() |
![]() |
MSPM0C110X Driver Library
2.05.00.05
|
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 |
Configuration structure to backup SPI peripheral state before going to STOP/STANDBY mode. Used by DL_SPI_saveConfiguration and DL_SPI_restoreConfiguration.
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.
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.
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.
uint32_t DL_SPI_backupConfig::clockSel |
SPI module clock source. One of DL_SPI_CLOCK
uint32_t DL_SPI_backupConfig::divideRatio |
SPI clock divider. One of DL_SPI_CLOCK_DIVIDE_RATIO
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.
uint32_t DL_SPI_backupConfig::interruptMask0 |
SPI interrupt status for EVENT0. Bitwise OR of DL_SPI_INTERRUPT
uint32_t DL_SPI_backupConfig::interruptMask1 |
SPI interrupt status for EVENT1. Bitwise OR of DL_SPI_DMA_INTERRUPT_RX
uint32_t DL_SPI_backupConfig::interruptMask2 |
SPI interrupt status for EVENT2. Bitwise OR of DL_SPI_DMA_INTERRUPT_TX
bool DL_SPI_backupConfig::backupRdy |
Boolean flag indicating whether or not a valid configuration structure exists. Should not be modified by the user.