/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_pwr.h | 101 #define LL_PWR_MODE_STOP_LPREGU (PWR_CR_LPDS) /*!< Enter Stop mode (… 104 #define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE (PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_FPDS) /*!< Ent… 108 #define LL_PWR_MODE_STOP_LPREGU_DEEPSLEEP (PWR_CR_LPDS | PWR_CR_LPLVDS | PWR_CR_FPDS) /*!< Ent… 119 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage Regulator in low-power mo… 626 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 638 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS() 666 …MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPUDS | PWR_CR_MRUDS), PDMod… in LL_PWR_SetPowerMode() 668 …MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPLVDS | PWR_CR_MRLVDS), PDM… in LL_PWR_SetPowerMode() 670 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode() 698 …return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPUDS | PWR_… in LL_PWR_GetPowerMode() [all …]
|
D | stm32f4xx_hal_pwr.h | 107 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
|
D | stm32f4xx_hal_pwr_ex.h | 49 #define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON ((uint32_t)(PWR_CR_LPDS | PWR_CR_LPUD…
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_pwr.h | 101 #define LL_PWR_MODE_STOP_LPREGU (PWR_CR_LPDS) /*!< Enter Stop mode (… 107 #if defined(PWR_CR_LPDS) 112 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage Regulator in low-power mo… 236 #if defined(PWR_CR_LPDS) 247 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 259 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS() 275 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode() 289 return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS))); in LL_PWR_GetPowerMode()
|
D | stm32f0xx_hal_pwr.h | 49 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_pwr.h | 86 #define LL_PWR_MODE_STOP_LPREGU (PWR_CR_LPDS) /*!< Enter Stop mode (… 92 #if defined(PWR_CR_LPDS) 97 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage Regulator in low-power mo… 268 #if defined(PWR_CR_LPDS) 279 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 291 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS() 307 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode() 321 return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS))); in LL_PWR_GetPowerMode()
|
D | stm32f3xx_hal_pwr.h | 59 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS /*!< Voltage regulator in low-power mod…
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_pwr.h | 77 #define LL_PWR_MODE_STOP_LPREGU (PWR_CR_LPDS) /*!< Enter Stop mode (… 87 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage Regulator in low-power mo… 199 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 211 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS() 226 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode() 240 return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS))); in LL_PWR_GetPowerMode()
|
D | stm32f1xx_hal_pwr.h | 127 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_pwr.h | 77 #define LL_PWR_MODE_STOP_LPREGU (PWR_CR_LPDS) /*!< Enter Stop mode (… 87 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage regulator in low-power mo… 261 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 273 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS() 288 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode() 302 return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS))); in LL_PWR_GetPowerMode()
|
D | stm32f2xx_hal_pwr.h | 108 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 110 #if defined(PWR_CR_LPDS) 115 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage regulator in low-power mo… 344 #if defined(PWR_CR_LPDS) 355 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 367 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 110 #if defined(PWR_CR_LPDS) 115 #define LL_PWR_REGU_DSMODE_LOW_POWER (PWR_CR_LPDS) /*!< Voltage Regulator in low-power mo… 344 #if defined(PWR_CR_LPDS) 355 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 367 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_LPDS)); in LL_PWR_GetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pwr.c | 322 tmpreg &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pwr.c | 338 tmpreg &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pwr.c | 411 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_pwr.c | 452 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
|
D | stm32f4xx_hal_pwr_ex.c | 556 tmpreg1 &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_MRUDS); in HAL_PWREx_EnterUnderDriveSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pwr.c | 472 MODIFY_REG(PWR->CR, PWR_CR_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 614 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f101xb.h | 629 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f100xb.h | 689 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 2697 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro
|
D | stm32f030x8.h | 2727 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro
|
D | stm32f070x6.h | 2750 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro
|