STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_USART_SetDEDeassertionTime (USART_TypeDef *USARTx, uint32_t Time) |
Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits). | |
__STATIC_INLINE uint32_t | LL_USART_GetDEDeassertionTime (USART_TypeDef *USARTx) |
Return DEDT (Driver Enable De-Assertion Time) | |
__STATIC_INLINE void | LL_USART_SetDEAssertionTime (USART_TypeDef *USARTx, uint32_t Time) |
Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits). | |
__STATIC_INLINE uint32_t | LL_USART_GetDEAssertionTime (USART_TypeDef *USARTx) |
Return DEAT (Driver Enable Assertion Time) | |
__STATIC_INLINE void | LL_USART_EnableDEMode (USART_TypeDef *USARTx) |
Enable Driver Enable (DE) Mode. | |
__STATIC_INLINE void | LL_USART_DisableDEMode (USART_TypeDef *USARTx) |
Disable Driver Enable (DE) Mode. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledDEMode (USART_TypeDef *USARTx) |
Indicate if Driver Enable (DE) Mode is enabled. | |
__STATIC_INLINE void | LL_USART_SetDESignalPolarity (USART_TypeDef *USARTx, uint32_t Polarity) |
Select Driver Enable Polarity. | |
__STATIC_INLINE uint32_t | LL_USART_GetDESignalPolarity (USART_TypeDef *USARTx) |
Return Driver Enable Polarity. |
__STATIC_INLINE void LL_USART_DisableDEMode | ( | USART_TypeDef * | USARTx | ) |
Disable Driver Enable (DE) Mode.
USARTx | USART Instance |
None |
Definition at line 2722 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableDEMode | ( | USART_TypeDef * | USARTx | ) |
Enable Driver Enable (DE) Mode.
USARTx | USART Instance |
None |
Definition at line 2709 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetDEAssertionTime | ( | USART_TypeDef * | USARTx | ) |
Return DEAT (Driver Enable Assertion Time)
USARTx | USART Instance |
Time | value expressed on 5 bits ([4:0] bits) : Value between Min_Data=0 and Max_Data=31 |
Definition at line 2696 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetDEDeassertionTime | ( | USART_TypeDef * | USARTx | ) |
Return DEDT (Driver Enable De-Assertion Time)
USARTx | USART Instance |
Time | value expressed on 5 bits ([4:0] bits) : Value between Min_Data=0 and Max_Data=31 |
Definition at line 2669 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetDESignalPolarity | ( | USART_TypeDef * | USARTx | ) |
Return Driver Enable Polarity.
USARTx | USART Instance |
Returned | value can be one of the following values: |
Definition at line 2766 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledDEMode | ( | USART_TypeDef * | USARTx | ) |
Indicate if Driver Enable (DE) Mode is enabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2735 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetDEAssertionTime | ( | USART_TypeDef * | USARTx, |
uint32_t | Time | ||
) |
Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits).
USARTx | USART Instance |
Time | Value between Min_Data=0 and Max_Data=31 |
None |
Definition at line 2683 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetDEDeassertionTime | ( | USART_TypeDef * | USARTx, |
uint32_t | Time | ||
) |
Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits).
USARTx | USART Instance |
Time | Value between Min_Data=0 and Max_Data=31 |
None |
Definition at line 2656 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetDESignalPolarity | ( | USART_TypeDef * | USARTx, |
uint32_t | Polarity | ||
) |
Select Driver Enable Polarity.
USARTx | USART Instance |
Polarity | This parameter can be one of the following values: |
None |
Definition at line 2751 of file stm32l4xx_ll_usart.h.