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