1.4.22.7 SUPC_VREGSEL Enum

C

typedef enum
{
    SUPC_VREGSEL_LDO = 0,
    SUPC_VREGSEL_BUCK = 1
}SUPC_VREGSEL;

Summary

Identifies the Main Voltage Regulators.

Description

There are two voltage regulators which can supply VDDCORE. Default selection is the LDO regulator. Refer the datasheet for criteria to decide which regulator is suitable for an end product. This enum type can be used while calling the function which modifies the voltage regulator selection. eg. SUPC_SelectVoltageRegulator( SUPC_VREGSEL_BUCK );

Remarks

None.