Searched refs:PWR_LOWPOWERMODE_STOP0 (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr.h | 102 #define PWR_LOWPOWERMODE_STOP0 (0x00000000UL) /*!< Stop 0: Stop… macro 108 #define PWR_LOWPOWERMODE_STOP0 (0x00000000UL) /*!< Stop 0: Stop… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 922 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_LPMS, PWR_LOWPOWERMODE_STOP0); in HAL_PWREx_EnterSTOP0Mode() 926 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_LOWPOWERMODE_STOP0); in HAL_PWREx_EnterSTOP0Mode()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr.h | 108 #define PWR_LOWPOWERMODE_STOP0 (0x00000000U) /*!< Stop 0: stop mode with… macro 721 #define IS_PWR_REGULATOR(REGULATOR) (((REGULATOR) == PWR_LOWPOWERMODE_STOP0) || \
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr.c | 306 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_LOWPOWERMODE_STOP0); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_pwr.h | 87 #define PWR_LOWPOWERMODE_STOP0 (0x00000000u) /*!< Stop 0: stop m… macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr.c | 412 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_LOWPOWERMODE_STOP0); in HAL_PWR_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_pwr.h | 93 #define PWR_LOWPOWERMODE_STOP0 (0x00000000u) /*!< Stop 0: stop m… macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr.h | 105 #define PWR_LOWPOWERMODE_STOP0 (0x00000000u) /*!< Stop 0: stop… macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 1113 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_LOWPOWERMODE_STOP0); in HAL_PWREx_EnterSTOP0Mode()
|