STM32L486xx HAL User Manual
Defines
DMA register data
SWPMI Exported Constants

Defines

#define LL_SWPMI_DMA_REG_DATA_TRANSMIT   (uint32_t)0
#define LL_SWPMI_DMA_REG_DATA_RECEIVE   (uint32_t)1

Define Documentation

#define LL_SWPMI_DMA_REG_DATA_RECEIVE   (uint32_t)1

Get address of data register used for reception

Definition at line 196 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_DMA_REG_DATA_TRANSMIT   (uint32_t)0

Get address of data register used for transmission

Definition at line 195 of file stm32l4xx_ll_swpmi.h.

Referenced by LL_SWPMI_DMA_GetRegAddr().