Home
last modified time | relevance | path

Searched refs:PWR_CR1_SVOS (Results 1 – 25 of 31) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pwr.h117 #define LL_PWR_REGU_STOP_VOLTAGE_SCALE3 PWR_CR1_SVOS /*!< Voltage scaling…
1025 MODIFY_REG(PWR->CR1, PWR_CR1_SVOS, VoltageScaling); in LL_PWR_SetStopModeRegulVoltageScaling()
1037 return READ_BIT(PWR->CR1, PWR_CR1_SVOS); in LL_PWR_GetStopModeRegulVoltageScaling()
Dstm32h7rsxx_hal_pwr_ex.h160 #define PWR_REGULATOR_STOP_VOLTAGE_SCALE3 PWR_CR1_SVOS /*!< System Stop mod…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c417 MODIFY_REG(PWR->CR1, PWR_CR1_SVOS, VoltageScaling); in HAL_PWREx_ControlStopModeVoltageScaling()
429 return (PWR->CR1 & PWR_CR1_SVOS); in HAL_PWREx_GetStopModeVoltageRange()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c548 MODIFY_REG (PWR->CR1, PWR_CR1_SVOS, VoltageScaling); in HAL_PWREx_ControlStopModeVoltageScaling()
560 return (PWR->CR1 & PWR_CR1_SVOS); in HAL_PWREx_GetStopModeVoltageRange()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h580 MODIFY_REG(PWR->CR1, PWR_CR1_SVOS, VoltageScaling); in LL_PWR_SetStopModeRegulVoltageScaling()
593 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_SVOS)); in LL_PWR_GetStopModeRegulVoltageScaling()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12318 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7b0xx.h12762 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7b0xxq.h12763 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7a3xxq.h12319 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7b3xx.h12769 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7b3xxq.h12770 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h730xxq.h14652 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h733xx.h14651 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h725xx.h14201 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h730xx.h14651 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h735xx.h14652 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h742xx.h13499 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h723xx.h14200 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h750xx.h14392 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h753xx.h14398 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h745xx.h14653 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h14004 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7s7xx.h15038 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7s3xx.h14636 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro
Dstm32h7r7xx.h14404 #define PWR_CR1_SVOS PWR_CR1_SVOS_Msk /*!< System STOP mod… macro

12