IDLE line detected interrupt enable
0: IDLE line detected interrupt disabled.
1: An interrupt will occur whenever the IDLEF bit is set in USART_STAT.
Transmitter enable
0: Transmitter is disabled.
1: Transmitter is enabled.
Receiver enable
0: Receiver is disabled.
1: Receiver is enabled and begins searching for a start bit.
USART enable in Deep-sleep mode
0: USART not able to wake up the MCU from deep-sleep mode.
1: USART able to wake up the MCU from deep-sleep mode. Providing that the
clock source for the USART must be IRC8M or LXTAL.
This bit is reserved in USART1.
USART enable
0: USART prescaler and outputs disabled
1: USART prescaler and outputs enabled
18.4.2. Control register 1 (USART_CTL1)
Address offset: 0x04
Reset value: 0x0000 0000
This register has to be accessed by word (32-bit).
Address of the USART terminal
These bits give the address of the USART terminal.
In multiprocessor communication during mute mode or deep-sleep mode, this is
used for wakeup with address match detection. The received frame, the MSB of
which is equal to 1, will be compared to these bits. When the ADDM bit is reset,
only the ADDR[3:0] bits are used to compare.
In normal reception, these bits are also used for character detection. The whole
received character (8-bit) is compared to the ADDR[7:0] value and AMF flag is set