/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_pwr.h | 110 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 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() 700 …return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPLVDS | PWR… in LL_PWR_GetPowerMode() 702 return (uint32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS))); in LL_PWR_GetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_pwr.h | 78 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 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()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pwr.c | 452 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSLEEPMode() 498 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSTOPMode() 534 SET_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTANDBYMode()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_pwr.h | 78 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 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()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_pwr.h | 102 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 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()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pwr.c | 486 CLEAR_BIT(tmpreg, (PWR_CR_PDDS | PWR_CR_LPSDSR)); in HAL_PWR_EnterSLEEPMode() 567 CLEAR_BIT(tmpreg, (PWR_CR_PDDS | PWR_CR_LPSDSR)); in HAL_PWR_EnterSTOPMode() 617 SET_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTANDBYMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_pwr.h | 87 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 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()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 97 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 388 MODIFY_REG(PWR->CR, PWR_CR_PDDS, PDMode); in LL_PWR_SetPowerMode() 400 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_PDDS)); in LL_PWR_GetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 97 #define LL_PWR_MODE_STANDBY (PWR_CR_PDDS) /*!< Enter Standby mod… 385 MODIFY_REG(PWR->CR, PWR_CR_PDDS, PDMode); in LL_PWR_SetPowerMode() 397 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_PDDS)); in LL_PWR_GetPowerMode()
|
/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() 368 PWR->CR |= (uint32_t)PWR_CR_PDDS; in HAL_PWR_EnterSTANDBYMode()
|
/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() 379 PWR->CR |= PWR_CR_PDDS; in HAL_PWR_EnterSTANDBYMode()
|
/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() 446 SET_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTANDBYMode()
|
/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() 491 SET_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTANDBYMode()
|
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 | 469 CLEAR_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTOPMode() 505 SET_BIT(PWR->CR, PWR_CR_PDDS); in HAL_PWR_EnterSTANDBYMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 617 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32f101xb.h | 632 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32f100xb.h | 692 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 2700 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32f030x8.h | 2730 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32f070x6.h | 2753 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3201 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32l010x8.h | 2932 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32l010xb.h | 2940 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|
D | stm32l011xx.h | 3007 #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deep… macro
|