STM32L443xx 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 2804 of file stm32l4xx_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 2921 of file stm32l4xx_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 3006 of file stm32l4xx_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 2882 of file stm32l4xx_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 3045 of file stm32l4xx_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 2962 of file stm32l4xx_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 2841 of file stm32l4xx_ll_usart.h.