|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_SWPMI_EnableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Enable DMA mode for reception. | |
| __STATIC_INLINE void | LL_SWPMI_DisableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Disable DMA mode for reception. | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
| Check if DMA mode for reception is enabled. | |
| __STATIC_INLINE void | LL_SWPMI_EnableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Enable DMA mode for transmission. | |
| __STATIC_INLINE void | LL_SWPMI_DisableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Disable DMA mode for transmission. | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
| Check if DMA mode for transmission is enabled. | |
| __STATIC_INLINE uint32_t | LL_SWPMI_DMA_GetRegAddr (SWPMI_TypeDef *SWPMIx, uint32_t Direction) |
| Get the data register address used for DMA transfer. | |
| __STATIC_INLINE void LL_SWPMI_DisableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for reception.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1058 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_DisableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for transmission.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1091 of file stm32h7xx_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.
| SWPMIx | SWPMI Instance |
| Direction | This parameter can be one of the following values: |
| Address | of data register |
Definition at line 1117 of file stm32h7xx_ll_swpmi.h.
References LL_SWPMI_DMA_REG_DATA_TRANSMIT.
| __STATIC_INLINE void LL_SWPMI_EnableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for reception.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1047 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_EnableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for transmission.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1080 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for reception is enabled.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 1069 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for transmission is enabled.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 1102 of file stm32h7xx_ll_swpmi.h.
1.7.6.1