STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPUART_EnableDMAReq_RX (USART_TypeDef *LPUARTx) |
Enable DMA Mode for reception. | |
__STATIC_INLINE void | LL_LPUART_DisableDMAReq_RX (USART_TypeDef *LPUARTx) |
Disable DMA Mode for reception. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMAReq_RX (USART_TypeDef *LPUARTx) |
Check if DMA Mode is enabled for reception. | |
__STATIC_INLINE void | LL_LPUART_EnableDMAReq_TX (USART_TypeDef *LPUARTx) |
Enable DMA Mode for transmission. | |
__STATIC_INLINE void | LL_LPUART_DisableDMAReq_TX (USART_TypeDef *LPUARTx) |
Disable DMA Mode for transmission. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMAReq_TX (USART_TypeDef *LPUARTx) |
Check if DMA Mode is enabled for transmission. | |
__STATIC_INLINE void | LL_LPUART_EnableDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
Enable DMA Disabling on Reception Error. | |
__STATIC_INLINE void | LL_LPUART_DisableDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
Disable DMA Disabling on Reception Error. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledDMADeactOnRxErr (USART_TypeDef *LPUARTx) |
Indicate if DMA Disabling on Reception Error is disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_DMA_GetRegAddr (USART_TypeDef *LPUARTx, uint32_t Direction) |
Get the LPUART data register address used for DMA transfer. |
__STATIC_INLINE void LL_LPUART_DisableDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Disabling on Reception Error.
LPUARTx | LPUART Instance |
None |
Definition at line 2474 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Mode for reception.
LPUARTx | LPUART Instance |
None |
Definition at line 2408 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Disable DMA Mode for transmission.
LPUARTx | LPUART Instance |
None |
Definition at line 2441 of file stm32h7xx_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.
LPUARTx | LPUART Instance |
Direction | This parameter can be one of the following values: |
Address | of data register |
Definition at line 2500 of file stm32h7xx_ll_lpuart.h.
References LL_LPUART_DMA_REG_DATA_TRANSMIT.
__STATIC_INLINE void LL_LPUART_EnableDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Disabling on Reception Error.
LPUARTx | LPUART Instance |
None |
Definition at line 2463 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Mode for reception.
LPUARTx | LPUART Instance |
None |
Definition at line 2397 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Enable DMA Mode for transmission.
LPUARTx | LPUART Instance |
None |
Definition at line 2430 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMADeactOnRxErr | ( | USART_TypeDef * | LPUARTx | ) |
Indicate if DMA Disabling on Reception Error is disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2485 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMAReq_RX | ( | USART_TypeDef * | LPUARTx | ) |
Check if DMA Mode is enabled for reception.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2419 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledDMAReq_TX | ( | USART_TypeDef * | LPUARTx | ) |
Check if DMA Mode is enabled for transmission.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2452 of file stm32h7xx_ll_lpuart.h.