Voltage Scaling limiter enable defines

Macros

#define LL_ANALOG_VOLTAGE_SCALE_LIMIT_DIS   (0U)
 
#define LL_ANALOG_VOLTAGE_SCALE_LIMIT_EN   (1U)
 

Detailed Description

Macro Definition Documentation

◆ LL_ANALOG_VOLTAGE_SCALE_LIMIT_DIS

#define LL_ANALOG_VOLTAGE_SCALE_LIMIT_DIS   (0U)

Analog Voltage Scaling Limit Disable(default)

Definition at line 83 of file gr55xx_ll_dvs.h.

◆ LL_ANALOG_VOLTAGE_SCALE_LIMIT_EN

#define LL_ANALOG_VOLTAGE_SCALE_LIMIT_EN   (1U)

Analog Voltage Scaling Limit Enable

Definition at line 84 of file gr55xx_ll_dvs.h.