/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_pwr.h | 49 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS macro 52 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_pwr.h | 59 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS /*!< Voltage regulator in low-power mod… macro 144 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_pwr.h | 107 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */ macro 255 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_pwr.h | 127 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS macro 305 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr.h | 100 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR … macro 341 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr.h | 120 #define PWR_LOWPOWERREGULATOR_ON (PWR_CR1_LPR) /*!< Regulator in low-power… macro 429 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr.h | 104 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */ macro 331 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr.h | 104 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */ macro 330 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr.h | 122 #define PWR_LOWPOWERREGULATOR_ON (PWR_CR1_LPR) /*!< Regulator in low-power… macro 500 ((__REGULATOR__) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_pwr.h | 100 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS macro 373 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_pwr.h | 108 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS macro 398 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_pwr.h | 107 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS macro 406 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_pwr.h | 129 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPSDSR macro 366 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_pwr.h | 170 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPSDSR macro 395 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr.h | 103 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */ macro 377 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_pwr.h | 104 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS macro 107 ((__REGULATOR__) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_pwr.h | 110 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPDS macro 773 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_pwr.h | 151 #define PWR_LOWPOWERREGULATOR_ON (0x00000001U) /*!< Regulator in low-power… macro 541 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr.c | 528 if(Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr.c | 521 if(Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr.c | 585 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr.c | 527 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr.c | 567 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 102 #define PWR_LOWPOWERREGULATOR_ON (0x00U) /*!< Main Regulator ON in Low Power Mode */ macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr.h | 100 #define PWR_LOWPOWERREGULATOR_ON (0x00U) /*!< Main Regulator ON in Low Power Mode */ macro
|