STM32L486xx 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 187 of file stm32l4xx_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 186 of file stm32l4xx_ll_swpmi.h.

Referenced by LL_SWPMI_StructInit().