|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_SWPMI_EnableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Enable DMA mode for reception CR RXDMA LL_SWPMI_EnableDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_SWPMI_DisableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Disable DMA mode for reception CR RXDMA LL_SWPMI_DisableDMAReq_RX. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Check if DMA mode for reception is enabled CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_SWPMI_EnableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Enable DMA mode for transmission CR TXDMA LL_SWPMI_EnableDMAReq_TX. More... | |
| __STATIC_INLINE void | LL_SWPMI_DisableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Disable DMA mode for transmission CR TXDMA LL_SWPMI_DisableDMAReq_TX. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Check if DMA mode for transmission is enabled CR TXDMA LL_SWPMI_IsEnabledDMAReq_TX. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_DMA_GetRegAddr (SWPMI_TypeDef *SWPMIx, uint32_t Direction) |
| Get the data register address used for DMA transfer TDR TD LL_SWPMI_DMA_GetRegAddr RDR RD LL_SWPMI_DMA_GetRegAddr. More... | |
| __STATIC_INLINE void LL_SWPMI_DisableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for reception CR RXDMA LL_SWPMI_DisableDMAReq_RX.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 970 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_DisableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for transmission CR TXDMA LL_SWPMI_DisableDMAReq_TX.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1003 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_DMA_GetRegAddr | ( | SWPMI_TypeDef * | SWPMIx, |
| uint32_t | Direction | ||
| ) |
Get the data register address used for DMA transfer TDR TD LL_SWPMI_DMA_GetRegAddr
RDR RD LL_SWPMI_DMA_GetRegAddr.
| SWPMIx | SWPMI Instance |
| Direction | This parameter can be one of the following values:
|
| Address | of data register |
Definition at line 1029 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_EnableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for reception CR RXDMA LL_SWPMI_EnableDMAReq_RX.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 959 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_EnableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for transmission CR TXDMA LL_SWPMI_EnableDMAReq_TX.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 992 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for reception is enabled CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 981 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for transmission is enabled CR TXDMA LL_SWPMI_IsEnabledDMAReq_TX.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 1014 of file stm32l4xx_ll_swpmi.h.