libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Voltage Scaling Output level selection
Collaboration diagram for Voltage Scaling Output level selection:

Macros

#define PWR_CR_VOS_RANGE1   (0x1 << PWR_CR_VOS_LSB)
 
#define PWR_CR_VOS_RANGE2   (0x2 << PWR_CR_VOS_LSB)
 
#define PWR_CR_VOS_RANGE3   (0x3 << PWR_CR_VOS_LSB)
 

Detailed Description

Macro Definition Documentation

◆ PWR_CR_VOS_RANGE1

#define PWR_CR_VOS_RANGE1   (0x1 << PWR_CR_VOS_LSB)

Definition at line 44 of file pwr_common_v2.h.

◆ PWR_CR_VOS_RANGE2

#define PWR_CR_VOS_RANGE2   (0x2 << PWR_CR_VOS_LSB)

Definition at line 45 of file pwr_common_v2.h.

◆ PWR_CR_VOS_RANGE3

#define PWR_CR_VOS_RANGE3   (0x3 << PWR_CR_VOS_LSB)

Definition at line 46 of file pwr_common_v2.h.