MSPM0C110X Driver Library  2.05.00.05
Data Fields
DL_UART_Main_backupConfig Struct Reference

Configuration structure to backup UART Main peripheral state before going to STOP/STANDBY mode. Used by DL_UART_Main_saveConfiguration and DL_UART_Main_restoreConfiguration. More...

#include <dl_uart.h>

Data Fields

uint32_t controlWord
 
uint32_t clockSel
 
uint32_t divideRatio
 
uint32_t interruptFifoLevelSelectWord
 
uint32_t ibrd
 
uint32_t fbrd
 
uint32_t lineControlRegisterWord
 
uint32_t glitchFilterControlWord
 
uint32_t interruptMask0
 
uint32_t interruptMask1
 
uint32_t interruptMask2
 
bool backupRdy
 

Detailed Description

Configuration structure to backup UART Main peripheral state before going to STOP/STANDBY mode. Used by DL_UART_Main_saveConfiguration and DL_UART_Main_restoreConfiguration.

Field Documentation

§ controlWord

uint32_t DL_UART_Main_backupConfig::controlWord

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

§ clockSel

uint32_t DL_UART_Main_backupConfig::clockSel

UART module clock source. One of DL_UART_CLOCK

§ divideRatio

uint32_t DL_UART_Main_backupConfig::divideRatio

UART clock divider. One of DL_UART_CLOCK_DIVIDE_RATIO

§ interruptFifoLevelSelectWord

uint32_t DL_UART_Main_backupConfig::interruptFifoLevelSelectWord

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

§ ibrd

uint32_t DL_UART_Main_backupConfig::ibrd

UART integer baud rate divisor. Value between 0 - 65535.

§ fbrd

uint32_t DL_UART_Main_backupConfig::fbrd

UART fractional baud rate divisor. Value between 0 - 63.

§ lineControlRegisterWord

uint32_t DL_UART_Main_backupConfig::lineControlRegisterWord

Combination of UART Line Control Register configurations that are compressed to a single word as they are stored in the UART registers. See DL_UART_init for how the peripheral control word is created.

§ glitchFilterControlWord

uint32_t DL_UART_Main_backupConfig::glitchFilterControlWord

Combination of UART glitch filter configurations that are compressed to a single word as they are stored in the UART registers.

§ interruptMask0

uint32_t DL_UART_Main_backupConfig::interruptMask0

UART interrupt mask for EVENT0. Bitwise OR of DL_UART_INTERRUPT

§ interruptMask1

uint32_t DL_UART_Main_backupConfig::interruptMask1

UART interrupt mask for EVENT1. Bitwise OR of DL_UART_DMA_INTERRUPT_RX

§ interruptMask2

uint32_t DL_UART_Main_backupConfig::interruptMask2

UART interrupt mask for EVENT2. Bitwise OR of DL_UART_DMA_INTERRUPT_TX

§ backupRdy

bool DL_UART_Main_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