USART_enable_TX_interrupt

Description

Enable USART transmiter interrupt generator. The USART will generate an interrupt if it has finished sending the last data byte and the interrupt generator is enabled.

The USART will generate an interrupt when it is able to accept another data byte for transmition. Enabling the transmiter interrupt will allow the interrupt driven USART driver software to be notified when it should transfer a data byte from the memory buffer to the USART.

Definition

USART_enable_TX_interrupt()

Library

LIB/usart_lib.bas

Usage

On entry:
There are no parameters
On exit:
There is no return value