Universal synchronous asynchronous receiver
transmitter (USART)
23.2.24.4 USART_SetAutoRetryCount
void USART_SetAutoRetryCount ( USART_TypeDef *
USARTx, uint8_t USART_AutoCount)
Sets the Smart Card number of retries in transmit and receive.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3.
ï‚· USART_AutoCount : specifies the Smart Card auto retry
count.
23.2.24.5 USART_SetBlockLength
void USART_SetBlockLength ( USART_TypeDef * USARTx,
uint8_t USART_BlockLength)
Sets the Smart Card Block length.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3.
ï‚· USART_BlockLength : specifies the Smart Card block
length.
23.2.25 IrDA mode functions
23.2.25.1 USART_IrDAConfig
void USART_IrDAConfig ( USART_TypeDef * USARTx,
uint32_t USART_IrDAMode)