|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_LPUART_SetDEDeassertionTime (USART_TypeDef *LPUARTx, uint32_t Time) |
| Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits). CR1 DEDT LL_LPUART_SetDEDeassertionTime. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_GetDEDeassertionTime (USART_TypeDef *LPUARTx) |
| Return DEDT (Driver Enable De-Assertion Time) CR1 DEDT LL_LPUART_GetDEDeassertionTime. More... | |
| __STATIC_INLINE void | LL_LPUART_SetDEAssertionTime (USART_TypeDef *LPUARTx, uint32_t Time) |
| Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits). CR1 DEAT LL_LPUART_SetDEAssertionTime. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_GetDEAssertionTime (USART_TypeDef *LPUARTx) |
| Return DEAT (Driver Enable Assertion Time) CR1 DEAT LL_LPUART_GetDEAssertionTime. More... | |
| __STATIC_INLINE void | LL_LPUART_EnableDEMode (USART_TypeDef *LPUARTx) |
| Enable Driver Enable (DE) Mode CR3 DEM LL_LPUART_EnableDEMode. More... | |
| __STATIC_INLINE void | LL_LPUART_DisableDEMode (USART_TypeDef *LPUARTx) |
| Disable Driver Enable (DE) Mode CR3 DEM LL_LPUART_DisableDEMode. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDEMode (USART_TypeDef *LPUARTx) |
| Indicate if Driver Enable (DE) Mode is enabled CR3 DEM LL_LPUART_IsEnabledDEMode. More... | |
| __STATIC_INLINE void | LL_LPUART_SetDESignalPolarity (USART_TypeDef *LPUARTx, uint32_t Polarity) |
| Select Driver Enable Polarity CR3 DEP LL_LPUART_SetDESignalPolarity. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_GetDESignalPolarity (USART_TypeDef *LPUARTx) |
| Return Driver Enable Polarity CR3 DEP LL_LPUART_GetDESignalPolarity. More... | |
| __STATIC_INLINE void LL_LPUART_DisableDEMode | ( | USART_TypeDef * | LPUARTx | ) |
Disable Driver Enable (DE) Mode CR3 DEM LL_LPUART_DisableDEMode.
| LPUARTx | LPUART Instance |
| None |
Definition at line 1607 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableDEMode | ( | USART_TypeDef * | LPUARTx | ) |
Enable Driver Enable (DE) Mode CR3 DEM LL_LPUART_EnableDEMode.
| LPUARTx | LPUART Instance |
| None |
Definition at line 1596 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_GetDEAssertionTime | ( | USART_TypeDef * | LPUARTx | ) |
Return DEAT (Driver Enable Assertion Time) CR1 DEAT LL_LPUART_GetDEAssertionTime.
| LPUARTx | LPUART Instance |
| Time | value expressed on 5 bits ([4:0] bits) : Time Value between Min_Data=0 and Max_Data=31 |
Definition at line 1585 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_GetDEDeassertionTime | ( | USART_TypeDef * | LPUARTx | ) |
Return DEDT (Driver Enable De-Assertion Time) CR1 DEDT LL_LPUART_GetDEDeassertionTime.
| LPUARTx | LPUART Instance |
| Time | value expressed on 5 bits ([4:0] bits) : c |
Definition at line 1562 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_GetDESignalPolarity | ( | USART_TypeDef * | LPUARTx | ) |
Return Driver Enable Polarity CR3 DEP LL_LPUART_GetDESignalPolarity.
| LPUARTx | LPUART Instance |
| Returned | value can be one of the following values:
|
Definition at line 1645 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_IsEnabledDEMode | ( | USART_TypeDef * | LPUARTx | ) |
Indicate if Driver Enable (DE) Mode is enabled CR3 DEM LL_LPUART_IsEnabledDEMode.
| LPUARTx | LPUART Instance |
| State | of bit (1 or 0). |
Definition at line 1618 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_SetDEAssertionTime | ( | USART_TypeDef * | LPUARTx, |
| uint32_t | Time | ||
| ) |
Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits). CR1 DEAT LL_LPUART_SetDEAssertionTime.
| LPUARTx | LPUART Instance |
| Time | Value between Min_Data=0 and Max_Data=31 |
| None |
Definition at line 1574 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_SetDEDeassertionTime | ( | USART_TypeDef * | LPUARTx, |
| uint32_t | Time | ||
| ) |
Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits). CR1 DEDT LL_LPUART_SetDEDeassertionTime.
| LPUARTx | LPUART Instance |
| Time | Value between Min_Data=0 and Max_Data=31 |
| None |
Definition at line 1551 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_SetDESignalPolarity | ( | USART_TypeDef * | LPUARTx, |
| uint32_t | Polarity | ||
| ) |
Select Driver Enable Polarity CR3 DEP LL_LPUART_SetDESignalPolarity.
| LPUARTx | LPUART Instance |
| Polarity | This parameter can be one of the following values:
|
| None |
Definition at line 1632 of file stm32l4xx_ll_lpuart.h.