Reference Manual to
LL API cross
reference:
GTPR PSC LL_USART_GetSmartcardPrescaler
LL_USART_SetSmartcardGuardTime
__STATIC_INLINE void LL_USART_SetSmartcardGuardTime
(USART_TypeDef * USARTx, uint32_t GuardTime)
Set Smartcard Guard time value, expressed in nb of baud clocks
periods (GT[7:0] bits : Guard time value)
USARTx: USART Instance
GuardTime: Value between Min_Data=0x00 and
Max_Data=0xFF
Macro IS_SMARTCARD_INSTANCE(USARTx) can be used
to check whether or not Smartcard feature is supported by the
USARTx instance.
Reference Manual to
LL API cross
reference:
GTPR GT LL_USART_SetSmartcardGuardTime
LL_USART_GetSmartcardGuardTime
__STATIC_INLINE uint32_t
LL_USART_GetSmartcardGuardTime (USART_TypeDef *
USARTx)
Return Smartcard Guard time value, expressed in nb of baud
clocks periods (GT[7:0] bits : Guard time value)
Smartcard: Guard time value (Value between
Min_Data=0x00 and Max_Data=0xFF)
Macro IS_SMARTCARD_INSTANCE(USARTx) can be used
to check whether or not Smartcard feature is supported by the
USARTx instance.
Reference Manual to
LL API cross
reference:
GTPR GT LL_USART_GetSmartcardGuardTime
LL_USART_EnableHalfDuplex
__STATIC_INLINE void LL_USART_EnableHalfDuplex
(USART_TypeDef * USARTx)
Enable Single Wire Half-Duplex mode.
Macro IS_UART_HALFDUPLEX_INSTANCE(USARTx) can
be used to check whether or not Half-Duplex mode is