STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_USART_ConfigAsyncMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Asynchronous Mode (UART) | |
__STATIC_INLINE void | LL_USART_ConfigSyncMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Synchronous Mode. | |
__STATIC_INLINE void | LL_USART_ConfigLINMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in LIN Mode. | |
__STATIC_INLINE void | LL_USART_ConfigHalfDuplexMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Half Duplex Mode. | |
__STATIC_INLINE void | LL_USART_ConfigSmartcardMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Smartcard Mode. | |
__STATIC_INLINE void | LL_USART_ConfigIrdaMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Irda Mode. | |
__STATIC_INLINE void | LL_USART_ConfigMultiProcessMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Multi processor Mode (several USARTs connected in a network, one of the USARTs can be the master, its TX output connected to the RX inputs of the other slaves USARTs). |
__STATIC_INLINE void LL_USART_ConfigAsyncMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Asynchronous Mode (UART)
USARTx | USART Instance |
None |
Definition at line 2667 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigHalfDuplexMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Half Duplex Mode.
USARTx | USART Instance |
None |
Definition at line 2784 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigIrdaMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Irda Mode.
USARTx | USART Instance |
None |
Definition at line 2869 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigLINMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in LIN Mode.
USARTx | USART Instance |
None |
Definition at line 2745 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigMultiProcessMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Multi processor Mode (several USARTs connected in a network, one of the USARTs can be the master, its TX output connected to the RX inputs of the other slaves USARTs).
USARTx | USART Instance |
None |
Definition at line 2908 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigSmartcardMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Smartcard Mode.
USARTx | USART Instance |
None |
Definition at line 2825 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ConfigSyncMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Synchronous Mode.
USARTx | USART Instance |
None |
Definition at line 2704 of file stm32h7xx_ll_usart.h.