STM32H735xx 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 2585 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableDEMode | ( | USART_TypeDef * | USARTx | ) |
Enable Driver Enable (DE) Mode.
USARTx | USART Instance |
None |
Definition at line 2572 of file stm32h7xx_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 2559 of file stm32h7xx_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 2532 of file stm32h7xx_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 2629 of file stm32h7xx_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 2598 of file stm32h7xx_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 2546 of file stm32h7xx_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 2519 of file stm32h7xx_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 2614 of file stm32h7xx_ll_usart.h.