USART_SetReceiverEnabled
Default mainpageat91libperipheralsusartUSART_SetReceiverEnabled
Description Source Call Graph
USART_SetReceiverEnabled
Enables or disables the receiver of an USART peripheral.
 
Syntax / parameters
void USART_SetReceiverEnabled (AT91S_USART *usart, unsigned char enabled)

Name Type Default Description
usart AT91S_USART *
  Pointer to an USART peripheral
enabled unsigned char
  If true, the receiver is enabled; otherwise it is disabled.
Description
Enables or disables the receiver of an USART peripheral.

 
Source
The documentation for this Member was generated from the following files:
  • usart.c