STM32H735xx HAL User Manual
Defines
SW BUFFER TX
SWPMI Exported Constants

Defines

#define LL_SWPMI_SW_BUFFER_TX_SINGLE   ((uint32_t)0x00000000)
#define LL_SWPMI_SW_BUFFER_TX_MULTI   SWPMI_CR_TXMODE

Define Documentation

#define LL_SWPMI_SW_BUFFER_TX_MULTI   SWPMI_CR_TXMODE

Multi software buffermode for transmission

Definition at line 160 of file stm32h7xx_ll_swpmi.h.

#define LL_SWPMI_SW_BUFFER_TX_SINGLE   ((uint32_t)0x00000000)

Single software buffer mode for transmission

Definition at line 159 of file stm32h7xx_ll_swpmi.h.

Referenced by LL_SWPMI_StructInit().