Universal synchronous asynchronous receiver
transmitter (USART)
23.2.19.2 USART_ReceiveData
uint16_t USART_ReceiveData ( USART_TypeDef * USARTx)
Returns the most recent received data by the USARTx peripheral.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3 or UART4 or UART5.
23.2.20 AutoBaudRate functions
23.2.20.1 USART_AutoBaudRateCmd
void USART_AutoBaudRateCmd ( USART_TypeDef *
USARTx, FunctionalState NewState)
Enables or disables the Auto Baud Rate.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3 or UART4 or UART5.
ï‚· NewState : new state of the USARTx auto baud rate. This
parameter can be: ENABLE or DISABLE.
23.2.20.2 USART_AutoBaudRateConfig
void USART_AutoBaudRateConfig ( USART_TypeDef *
USARTx, uint32_t USART_AutoBaudRate)
Selects the USART auto baud rate method.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or