|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_LPUART_EnableDMAReq_RX (USART_TypeDef *LPUARTx) |
| Enable DMA Mode for reception CR3 DMAR LL_LPUART_EnableDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_LPUART_DisableDMAReq_RX (USART_TypeDef *LPUARTx) |
| Disable DMA Mode for reception CR3 DMAR LL_LPUART_DisableDMAReq_RX. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMAReq_RX (USART_TypeDef *LPUARTx) |
| Check if DMA Mode is enabled for reception CR3 DMAR LL_LPUART_IsEnabledDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_LPUART_EnableDMAReq_TX (USART_TypeDef *LPUARTx) |
| Enable DMA Mode for transmission CR3 DMAT LL_LPUART_EnableDMAReq_TX. More... | |
| __STATIC_INLINE void | LL_LPUART_DisableDMAReq_TX (USART_TypeDef *LPUARTx) |
| Disable DMA Mode for transmission CR3 DMAT LL_LPUART_DisableDMAReq_TX. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMAReq_TX (USART_TypeDef *LPUARTx) |
| Check if DMA Mode is enabled for transmission CR3 DMAT LL_LPUART_IsEnabledDMAReq_TX. More... | |
| __STATIC_INLINE void | LL_LPUART_EnableDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
| Enable DMA Disabling on Reception Error CR3 DDRE LL_LPUART_EnableDMADeactOnRxErr. More... | |
| __STATIC_INLINE void | LL_LPUART_DisableDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
| Disable DMA Disabling on Reception Error CR3 DDRE LL_LPUART_DisableDMADeactOnRxErr. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
| Indicate if DMA Disabling on Reception Error is disabled CR3 DDRE LL_LPUART_IsEnabledDMADeactOnRxErr. More... | |
| __STATIC_INLINE uint32_t | LL_LPUART_DMA_GetRegAddr (USART_TypeDef *LPUARTx, uint32_t Direction) |
| Get the LPUART data register address used for DMA transfer RDR RDR LL_LPUART_DMA_GetRegAddr TDR TDR LL_LPUART_DMA_GetRegAddr. More... | |
| __STATIC_INLINE void LL_LPUART_DisableDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Disabling on Reception Error CR3 DDRE LL_LPUART_DisableDMADeactOnRxErr.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2685 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Mode for reception CR3 DMAR LL_LPUART_DisableDMAReq_RX.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2619 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Mode for transmission CR3 DMAT LL_LPUART_DisableDMAReq_TX.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2652 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_DMA_GetRegAddr | ( | USART_TypeDef * | LPUARTx, |
| uint32_t | Direction | ||
| ) |
Get the LPUART data register address used for DMA transfer RDR RDR LL_LPUART_DMA_GetRegAddr
TDR TDR LL_LPUART_DMA_GetRegAddr.
| LPUARTx | LPUART Instance |
| Direction | This parameter can be one of the following values:
|
| Address | of data register |
Definition at line 2711 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Disabling on Reception Error CR3 DDRE LL_LPUART_EnableDMADeactOnRxErr.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2674 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Mode for reception CR3 DMAR LL_LPUART_EnableDMAReq_RX.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2608 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Mode for transmission CR3 DMAT LL_LPUART_EnableDMAReq_TX.
| LPUARTx | LPUART Instance |
| None |
Definition at line 2641 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Indicate if DMA Disabling on Reception Error is disabled CR3 DDRE LL_LPUART_IsEnabledDMADeactOnRxErr.
| LPUARTx | LPUART Instance |
| State | of bit (1 or 0). |
Definition at line 2696 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Check if DMA Mode is enabled for reception CR3 DMAR LL_LPUART_IsEnabledDMAReq_RX.
| LPUARTx | LPUART Instance |
| State | of bit (1 or 0). |
Definition at line 2630 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Check if DMA Mode is enabled for transmission CR3 DMAT LL_LPUART_IsEnabledDMAReq_TX.
| LPUARTx | LPUART Instance |
| State | of bit (1 or 0). |
Definition at line 2663 of file stm32l4xx_ll_lpuart.h.