Lines Matching full:settings

28  * @brief LDO_FLASH_NV & LDO_EFUSE_PROG voltage settings
43 * @brief Always On and Memories LDO voltage settings
81 * @brief DCDC voltage settings
99 * @brief LDO_CORE High Power Mode voltage settings
206 * @brief LDO_CORE Low Power Mode voltage settings
217 * @brief System Power Mode settings
416 #define VOLTAGE_SSS_LOW_MV (1075UL) /* Voltage Settings for : Process=SSS, DCDC Power Profile=LOW */
417 #define VOLTAGE_SSS_MED_MV (1175UL) /* Voltage Settings for : Process=SSS, DCDC Power Profile=MEDIU…
418 #define VOLTAGE_SSS_HIG_MV (1200UL) /* Voltage Settings for : Process=SSS, DCDC Power Profile=HIGH …
420 #define VOLTAGE_NNN_LOW_MV (1025UL) /* Voltage Settings for : Process=NNN, DCDC Power Profile=LOW */
421 #define VOLTAGE_NNN_MED_MV (1100UL) /* Voltage Settings for : Process=NNN, DCDC Power Profile=MEDIU…
422 #define VOLTAGE_NNN_HIG_MV (1150UL) /* Voltage Settings for : Process=NNN, DCDC Power Profile=HIGH …
424 #define VOLTAGE_FFF_LOW_MV (1025UL) /* Voltage Settings for : Process=FFF, DCDC Power Profile=LOW */
425 #define VOLTAGE_FFF_MED_MV (1100UL) /* Voltage Settings for : Process=FFF, DCDC Power Profile=MEDIU…
426 #define VOLTAGE_FFF_HIG_MV (1150UL) /* Voltage Settings for : Process=FFF, DCDC Power Profile=HIGH …
1204 // The Memories Voltage settings below are for voltage scaling in POWER_EnterPowerDown()
1264 // The Memories Voltage settings below are for voltage scaling in POWER_EnterDeepPowerDown()
1915 /* Save Flash Cache settings, then disable and clear it */ in POWER_SetLowPowerMode()
1946 /* Restore Flash Cache settings */ in POWER_SetLowPowerMode()
2395 /* Apply settings coming from Flash */ in POWER_SetLdoAoLdoMemVoltage()
2401 /* Apply default settings */ in POWER_SetLdoAoLdoMemVoltage()
2412 /* Apply settings coming from Flash */ in POWER_SetLdoAoLdoMemVoltage()
2418 /* Apply default settings */ in POWER_SetLdoAoLdoMemVoltage()
2429 /* Apply settings coming from Flash */ in POWER_SetLdoAoLdoMemVoltage()
2435 /* Apply default settings */ in POWER_SetLdoAoLdoMemVoltage()
2451 /* Apply settings coming from Flash */ in POWER_SetLdoAoLdoMemVoltage()
2457 /* Apply default settings */ in POWER_SetLdoAoLdoMemVoltage()
2462 /* The Memories Voltage settings below are for voltage scaling */ in POWER_SetLdoAoLdoMemVoltage()
2741 * optimum DCDC settings, then we find the closest possible settings in POWER_SetSystemVoltage()
2742 * for LDO_AO, knowing that we want both settings to be as close as possible in POWER_SetSystemVoltage()
3083 /* Switch main clock to FRO12MHz ( the order of the 5 settings below is critical) */ in POWER_SetSystemClock12MHZ()