Universal synchronous asynchronous receiver
transmitter (USART)
ï‚· This function has to be called before calling USART_Cmd()
function.
23.2.14.14 USART_ReceiverTimeOutCmd
void USART_ReceiverTimeOutCmd ( USART_TypeDef *
USARTx, FunctionalState NewState)
Enables or disables the receiver Time Out feature.
ï‚· 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 receiver Time Out.
This parameter can be: ENABLE or DISABLE.
23.2.14.15 USART_SetReceiverTimeOut
void USART_SetReceiverTimeOut ( USART_TypeDef *
USARTx, uint32_t USART_ReceiverTimeOut)
Sets the receiver Time Out value.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3 or UART4 or UART5.
ï‚· USART_ReceiverTimeOut : specifies the Receiver Time
Out value.