Searched refs:VOSCR (Results 1 – 17 of 17) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pwr_ex.c | 279 while ((PWR->VOSCR & PWR_VOSCR_ACTVOSRDY) == 0U) in HAL_PWREx_ConfigSupply() 324 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling() 330 while ((PWR->VOSCR & PWR_VOSCR_VOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling() 349 return ((PWR->VOSCR & PWR_VOSCR_ACTVOS) >> PWR_VOSCR_ACTVOS_Pos); in HAL_PWREx_GetVoltageRange()
|
D | stm32n6xx_ll_pwr.c | 61 WRITE_REG(PWR->VOSCR, 0x00020002U); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_pwr.h | 336 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? ((PWR->VOSCR & PWR_VOSCR_ACTVOSRDY) == PWR_VOSCR_ACTVOSRDY)… 337 …((__FLAG__) == PWR_FLAG_ACTVOS) ? ((PWR->VOSCR & PWR_VOSCR_ACTVOS) == PWR_VOSCR_ACTVOS) … 338 …((__FLAG__) == PWR_FLAG_VOSRDY) ? ((PWR->VOSCR & PWR_VOSCR_VOSRDY) == PWR_VOSCR_VOSRDY) …
|
D | stm32n6xx_ll_pwr.h | 497 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 510 return ((READ_BIT(PWR->VOSCR, PWR_VOSCR_ACTVOS) == (PWR_VOSCR_ACTVOS)) ? 1UL : 0UL); in LL_PWR_GetRegulVoltageScaling() 1424 return ((READ_BIT(PWR->VOSCR, PWR_VOSCR_ACTVOSRDY) == (PWR_VOSCR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOSRDY() 1465 return ((READ_BIT(PWR->VOSCR, PWR_VOSCR_VOSRDY) == (PWR_VOSCR_VOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOSRDY()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr_ex.h | 352 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, (__REGULATOR__)); \ 354 tmpreg = READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS); \
|
D | stm32h5xx_ll_pwr.h | 706 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 720 return (uint32_t)(READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 177 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 662 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h523xx.h | 825 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h562xx.h | 872 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h533xx.h | 889 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h573xx.h | 1114 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h563xx.h | 1050 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 1862 …__IO uint32_t VOSCR; /*!< PWR Voltage scaling control register Address offse… member
|
D | stm32n657xx.h | 1988 …__IO uint32_t VOSCR; /*!< PWR Voltage scaling control register Address offse… member
|
D | stm32n655xx.h | 1960 …__IO uint32_t VOSCR; /*!< PWR Voltage scaling control register Address offse… member
|
D | stm32n647xx.h | 1890 …__IO uint32_t VOSCR; /*!< PWR Voltage scaling control register Address offse… member
|