USART_disable_RX_interrupt

Description

Disable the USART receiver interrupt generator. The USART will not generate an interrupt if it receives a data byte and the interrupt generator is disabled.

The USART will generate an interrupt when it has finished receiving a complete data byte. Disabling the receiver interrupt will prevent the interrupt driven USART driver software from being notified when it should transfer a data byte from the USART to the memory buffer.

Definition

USART_disable_RX_interrupt()

Library

LIB/usart_lib.bas

Usage

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