Home
last modified time | relevance | path

Searched refs:PWR_CR1_LPDS (Results 1 – 25 of 71) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_pwr.h94 #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()
Dstm32f7xx_hal_pwr_ex.h73 #define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON ((uint32_t)(PWR_CR1_LPDS | PWR_CR1_LP…
Dstm32f7xx_hal_pwr.h100 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c592 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/
Dstm32h7xx_ll_pwr.h225 #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()
Dstm32h7xx_hal_pwr.h110 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c750 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()
Dstm32h7xx_hal_pwr.c625 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr.c447 tmpreg &= (uint32_t)~(PWR_CR1_PDDS | PWR_CR1_LPDS); in HAL_PWR_EnterSTOPMode()
Dstm32f7xx_hal_pwr_ex.c411 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/
Dstm32mp1xx_hal_pwr.h104 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h8693 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f722xx.h8677 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f730xx.h8907 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f733xx.h8907 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f732xx.h8891 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f750xx.h10084 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f745xx.h9470 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f756xx.h10084 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f746xx.h9809 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f765xx.h9981 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f777xx.h10632 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
Dstm32f767xx.h10357 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low-Power Deeps… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12344 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low Power Deeps… macro
Dstm32h7b0xx.h12788 #define PWR_CR1_LPDS PWR_CR1_LPDS_Msk /*!< Low Power Deeps… macro

123