Universal synchronous asynchronous receiver
transmitter (USART)
23.2.24.2 USART_SmartCardCmd
void USART_SmartCardCmd ( USART_TypeDef * USARTx,
FunctionalState NewState)
Enables or disables the USART's Smart Card mode.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3.
ï‚· NewState : new state of the Smart Card mode. This
parameter can be: ENABLE or DISABLE.
23.2.24.3 USART_SmartCardNACKCmd
void USART_SmartCardNACKCmd ( USART_TypeDef *
USARTx, FunctionalState NewState)
Enables or disables NACK transmission.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3.
ï‚· NewState : new state of the NACK transmission. This
parameter can be: ENABLE or DISABLE.