STM32H735xx HAL User Manual
Defines
VOLTAGE CLASS
SWPMI Exported Constants

Defines

#define LL_SWPMI_VOLTAGE_CLASS_C   ((uint32_t)0x00000000)
#define LL_SWPMI_VOLTAGE_CLASS_B   SWPMI_OR_CLASS

Define Documentation

#define LL_SWPMI_VOLTAGE_CLASS_B   SWPMI_OR_CLASS

SWPMI_IO uses an internal voltage regulator to operate in class B

Definition at line 169 of file stm32h7xx_ll_swpmi.h.

#define LL_SWPMI_VOLTAGE_CLASS_C   ((uint32_t)0x00000000)

SWPMI_IO uses directly VDD voltage to operate in class C

Definition at line 168 of file stm32h7xx_ll_swpmi.h.

Referenced by LL_SWPMI_StructInit().