USART_disable_TX_interrupt

Description

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

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

Definition

USART_disable_TX_interrupt()

Library

LIB/usart_lib.bas

Usage

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