HAL
LL_USART_DisableSmartcardNACK() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_DisableSmartcardNACK()

LL_USART_DisableSmartcardNACK() function

Disable Smartcard NACK transmission

Syntax

__STATIC_INLINE void LL_USART_DisableSmartcardNACK(USART_TypeDef *USARTx);

Arguments

USARTx

USART Instance

Return value

None

Notes

Macro IS_SMARTCARD_INSTANCE(USARTx) can be used to check whether or not Smartcard feature is supported by the USARTx instance.

References

LocationText
stm32f4xx_ll_usart.h:1206
__STATIC_INLINE void LL_USART_DisableSmartcardNACK(USART_TypeDef *USARTx)

Data Use

Data read by LL_USART_DisableSmartcardNACK()
LL_USART_DisableSmartcardNACK()