Home
last modified time | relevance | path

Searched refs:PWR_CR_LPDS (Results 1 – 25 of 92) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_pwr.h101 #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 …]
Dstm32f4xx_hal_pwr.h107 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
Dstm32f4xx_hal_pwr_ex.h49 #define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON ((uint32_t)(PWR_CR_LPDS | PWR_CR_LPUD…
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_pwr.h101 #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()
Dstm32f0xx_hal_pwr.h49 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_pwr.h86 #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()
Dstm32f3xx_hal_pwr.h59 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS /*!< Voltage regulator in low-power mod…
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_pwr.h77 #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()
Dstm32f1xx_hal_pwr.h127 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_pwr.h77 #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()
Dstm32f2xx_hal_pwr.h108 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_pwr.h110 #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/
Dstm32l1xx_ll_pwr.h110 #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/
Dstm32f0xx_hal_pwr.c322 tmpreg &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pwr.c338 tmpreg &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr.c411 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c452 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
Dstm32f4xx_hal_pwr_ex.c556 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/
Dstm32f1xx_hal_pwr.c472 MODIFY_REG(PWR->CR, PWR_CR_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h614 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f101xb.h629 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f100xb.h689 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-Power Deeps… macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h2697 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro
Dstm32f030x8.h2727 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro
Dstm32f070x6.h2750 #define PWR_CR_LPDS PWR_CR_LPDS_Msk /*!< Low-power Deeps… macro

1234