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

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

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