STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_USART_ConfigAsyncMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Asynchronous Mode (UART) More... | |
__STATIC_INLINE void | LL_USART_ConfigSyncMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Synchronous Mode. More... | |
__STATIC_INLINE void | LL_USART_ConfigLINMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in LIN Mode. More... | |
__STATIC_INLINE void | LL_USART_ConfigHalfDuplexMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Half Duplex Mode. More... | |
__STATIC_INLINE void | LL_USART_ConfigSmartcardMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Smartcard Mode. More... | |
__STATIC_INLINE void | LL_USART_ConfigIrdaMode (USART_TypeDef *USARTx) |
Perform basic configuration of USART for enabling use in Irda Mode. More... | |
__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). More... | |
__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 1479 of file stm32f4xx_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 1593 of file stm32f4xx_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 1676 of file stm32f4xx_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 1555 of file stm32f4xx_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 1714 of file stm32f4xx_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 1633 of file stm32f4xx_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 1515 of file stm32f4xx_ll_usart.h.