/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_pwr.h | 94 #define LL_PWR_MODE_STOP_LPREGU PWR_CR1_LPDS … 95 #define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE (PWR_CR1_LPDS | PWR_CR1_LPUDS | PWR_CR1_FPDS)… 115 #define LL_PWR_REGU_DSMODE_LOW_POWER PWR_CR1_LPDS /*!< Voltage Regulator in low… 480 MODIFY_REG(PWR->CR1, PWR_CR1_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 492 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_LPDS)); in LL_PWR_GetRegulModeDS() 512 …MODIFY_REG(PWR->CR1, (PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_FPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS),… in LL_PWR_SetPowerMode() 531 …return (uint32_t)(READ_BIT(PWR->CR1, (PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_FPDS | PWR_CR1_LPUDS |… in LL_PWR_GetPowerMode()
|
D | stm32f7xx_hal_pwr_ex.h | 73 #define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON ((uint32_t)(PWR_CR1_LPDS | PWR_CR1_LP…
|
D | stm32f7xx_hal_pwr.h | 100 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_pwr.c | 592 CLEAR_BIT(PWR->CR1, PWR_CR1_LPDS); in HAL_PWR_EnterSTOPMode() 597 SET_BIT(PWR->CR1, PWR_CR1_LPDS); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 225 #define LL_PWR_REGU_DSMODE_LOW_POWER PWR_CR1_LPDS /*!< Voltage Regulator in low-power mode du… 363 MODIFY_REG(PWR->CR1, PWR_CR1_LPDS, RegulMode); in LL_PWR_SetRegulModeDS() 375 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_LPDS)); in LL_PWR_GetRegulModeDS()
|
D | stm32h7xx_hal_pwr.h | 110 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 750 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWREx_EnterSTOP2Mode() 828 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWREx_EnterSTOPMode()
|
D | stm32h7xx_hal_pwr.c | 625 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pwr.c | 447 tmpreg &= (uint32_t)~(PWR_CR1_PDDS | PWR_CR1_LPDS); in HAL_PWR_EnterSTOPMode()
|
D | stm32f7xx_hal_pwr_ex.c | 411 tempreg &= (uint32_t)~(PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS); in HAL_PWREx_EnterUnderDriveSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_pwr.h | 104 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 8693 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f722xx.h | 8677 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f730xx.h | 8907 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f733xx.h | 8907 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f732xx.h | 8891 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f750xx.h | 10084 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f745xx.h | 9470 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f756xx.h | 10084 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f746xx.h | 9809 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f765xx.h | 9981 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f777xx.h | 10632 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
D | stm32f767xx.h | 10357 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 12344 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low Power Deeps… macro
|
D | stm32h7b0xx.h | 12788 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low Power Deeps… macro
|