MSPM0C110X Driver Library  2.05.01.00
Data Fields
DL_UART_Extend_backupConfig Struct Reference

Configuration structure to backup UART Extend peripheral state before going to STOP/STANDBY mode. Used by DL_UART_Extend_saveConfiguration and DL_UART_Extend_restoreConfiguration. More...

#include <dl_uart.h>

Data Fields

uint32_t controlWord
 
uint32_t clockSel
 
uint32_t divideRatio
 
uint32_t lineControlRegisterWord
 
uint32_t interruptFifoLevelSelectWord
 
uint32_t ibrd
 
uint32_t fbrd
 
uint32_t glitchFilterControlWord
 
uint32_t linControlWord
 
uint32_t irdaControlWord
 
uint32_t addressMask
 
uint32_t address
 
uint32_t interruptMask0
 
uint32_t interruptMask1
 
uint32_t interruptMask2
 
bool backupRdy
 

Detailed Description

Configuration structure to backup UART Extend peripheral state before going to STOP/STANDBY mode. Used by DL_UART_Extend_saveConfiguration and DL_UART_Extend_restoreConfiguration.

Field Documentation

§ controlWord

uint32_t DL_UART_Extend_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_Extend_backupConfig::clockSel

UART module clock source. One of DL_UART_CLOCK

§ divideRatio

uint32_t DL_UART_Extend_backupConfig::divideRatio

UART clock divider. One of DL_UART_CLOCK_DIVIDE_RATIO

§ lineControlRegisterWord

uint32_t DL_UART_Extend_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.

§ interruptFifoLevelSelectWord

uint32_t DL_UART_Extend_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_Extend_backupConfig::ibrd

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

§ fbrd

uint32_t DL_UART_Extend_backupConfig::fbrd

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

§ glitchFilterControlWord

uint32_t DL_UART_Extend_backupConfig::glitchFilterControlWord

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

§ linControlWord

uint32_t DL_UART_Extend_backupConfig::linControlWord

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

§ irdaControlWord

uint32_t DL_UART_Extend_backupConfig::irdaControlWord

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

§ addressMask

uint32_t DL_UART_Extend_backupConfig::addressMask

UART address mask for 9-bit or Idle mode.

§ address

uint32_t DL_UART_Extend_backupConfig::address

UART address that should be matched for 9-bit or Idle mode.

§ interruptMask0

uint32_t DL_UART_Extend_backupConfig::interruptMask0

UART interrupt status for EVENT0. Bitwise OR of DL_UART_INTERRUPT

§ interruptMask1

uint32_t DL_UART_Extend_backupConfig::interruptMask1

UART interrupt status for EVENT1. Bitwise OR of DL_UART_DMA_INTERRUPT_RX

§ interruptMask2

uint32_t DL_UART_Extend_backupConfig::interruptMask2

UART interrupt status for EVENT2. Bitwise OR of DL_UART_DMA_INTERRUPT_TX

§ backupRdy

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