Description
Enable 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_enable_RX_interrupt()Library
LIB/usart_lib.basUsage
On entry:There are no parametersOn exit:There is no return value