STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_USART_EnableSmartcardNACK (USART_TypeDef *USARTx) |
Enable Smartcard NACK transmission. | |
__STATIC_INLINE void | LL_USART_DisableSmartcardNACK (USART_TypeDef *USARTx) |
Disable Smartcard NACK transmission. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledSmartcardNACK (USART_TypeDef *USARTx) |
Indicate if Smartcard NACK transmission is enabled. | |
__STATIC_INLINE void | LL_USART_EnableSmartcard (USART_TypeDef *USARTx) |
Enable Smartcard mode. | |
__STATIC_INLINE void | LL_USART_DisableSmartcard (USART_TypeDef *USARTx) |
Disable Smartcard mode. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledSmartcard (USART_TypeDef *USARTx) |
Indicate if Smartcard mode is enabled. | |
__STATIC_INLINE void | LL_USART_SetSmartcardAutoRetryCount (USART_TypeDef *USARTx, uint32_t AutoRetryCount) |
Set Smartcard Auto-Retry Count value (SCARCNT[2:0] bits) | |
__STATIC_INLINE uint32_t | LL_USART_GetSmartcardAutoRetryCount (USART_TypeDef *USARTx) |
Return Smartcard Auto-Retry Count value (SCARCNT[2:0] bits) | |
__STATIC_INLINE void | LL_USART_SetSmartcardPrescaler (USART_TypeDef *USARTx, uint32_t PrescalerValue) |
Set Smartcard prescaler value, used for dividing the USART clock source to provide the SMARTCARD Clock (5 bits value) | |
__STATIC_INLINE uint32_t | LL_USART_GetSmartcardPrescaler (USART_TypeDef *USARTx) |
Return Smartcard prescaler value, used for dividing the USART clock source to provide the SMARTCARD Clock (5 bits value) | |
__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) | |
__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) |
__STATIC_INLINE void LL_USART_DisableSmartcard | ( | USART_TypeDef * | USARTx | ) |
Disable Smartcard mode.
USARTx | USART Instance |
None |
Definition at line 2181 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableSmartcardNACK | ( | USART_TypeDef * | USARTx | ) |
Disable Smartcard NACK transmission.
USARTx | USART Instance |
None |
Definition at line 2142 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableSmartcard | ( | USART_TypeDef * | USARTx | ) |
Enable Smartcard mode.
USARTx | USART Instance |
None |
Definition at line 2168 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableSmartcardNACK | ( | USART_TypeDef * | USARTx | ) |
Enable Smartcard NACK transmission.
USARTx | USART Instance |
None |
Definition at line 2129 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetSmartcardAutoRetryCount | ( | USART_TypeDef * | USARTx | ) |
Return Smartcard Auto-Retry Count value (SCARCNT[2:0] bits)
USARTx | USART Instance |
Smartcard | Auto-Retry Count value (Value between Min_Data=0 and Max_Data=7) |
Definition at line 2226 of file stm32h7xx_ll_usart.h.
__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)
USARTx | USART Instance |
Smartcard | Guard time value (Value between Min_Data=0x00 and Max_Data=0xFF) |
Definition at line 2284 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetSmartcardPrescaler | ( | USART_TypeDef * | USARTx | ) |
Return Smartcard prescaler value, used for dividing the USART clock source to provide the SMARTCARD Clock (5 bits value)
USARTx | USART Instance |
Smartcard | prescaler value (Value between Min_Data=0 and Max_Data=31) |
Definition at line 2255 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledSmartcard | ( | USART_TypeDef * | USARTx | ) |
Indicate if Smartcard mode is enabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2194 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledSmartcardNACK | ( | USART_TypeDef * | USARTx | ) |
Indicate if Smartcard NACK transmission is enabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2155 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetSmartcardAutoRetryCount | ( | USART_TypeDef * | USARTx, |
uint32_t | AutoRetryCount | ||
) |
Set Smartcard Auto-Retry Count value (SCARCNT[2:0] bits)
USARTx | USART Instance |
AutoRetryCount | Value between Min_Data=0 and Max_Data=7 |
None |
Definition at line 2213 of file stm32h7xx_ll_usart.h.
__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 |
None |
Definition at line 2270 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetSmartcardPrescaler | ( | USART_TypeDef * | USARTx, |
uint32_t | PrescalerValue | ||
) |
Set Smartcard prescaler value, used for dividing the USART clock source to provide the SMARTCARD Clock (5 bits value)
USARTx | USART Instance |
PrescalerValue | Value between Min_Data=0 and Max_Data=31 |
None |
Definition at line 2241 of file stm32h7xx_ll_usart.h.