![]() |
![]() |
|
MSPM0C110X Driver Library
2.05.00.05
|
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 |
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.
| 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.
| uint32_t DL_UART_Main_backupConfig::clockSel |
UART module clock source. One of DL_UART_CLOCK
| uint32_t DL_UART_Main_backupConfig::divideRatio |
UART clock divider. One of DL_UART_CLOCK_DIVIDE_RATIO
| 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.
| uint32_t DL_UART_Main_backupConfig::ibrd |
UART integer baud rate divisor. Value between 0 - 65535.
| uint32_t DL_UART_Main_backupConfig::fbrd |
UART fractional baud rate divisor. Value between 0 - 63.
| 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.
| 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.
| uint32_t DL_UART_Main_backupConfig::interruptMask0 |
UART interrupt mask for EVENT0. Bitwise OR of DL_UART_INTERRUPT
| uint32_t DL_UART_Main_backupConfig::interruptMask1 |
UART interrupt mask for EVENT1. Bitwise OR of DL_UART_DMA_INTERRUPT_RX
| uint32_t DL_UART_Main_backupConfig::interruptMask2 |
UART interrupt mask for EVENT2. Bitwise OR of DL_UART_DMA_INTERRUPT_TX
| bool DL_UART_Main_backupConfig::backupRdy |
Boolean flag indicating whether or not a valid configuration structure exists. Should not be modified by the user.