STM32L443xx 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 969 of file stm32l4xx_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 1002 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.
SWPMIx | SWPMI Instance |
Direction | This parameter can be one of the following values: |
Address | of data register |
Definition at line 1028 of file stm32l4xx_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 958 of file stm32l4xx_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 991 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 980 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 1013 of file stm32l4xx_ll_swpmi.h.