Home
last modified time | relevance | path

Searched refs:SVMSR (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h376 …((__FLAG__) == PWR_FLAG_VDDA2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == PWR_SVMSR_VDD…
377 …((__FLAG__) == PWR_FLAG_VDDA1RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == PWR_SVMSR_VDD…
378 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == PWR_SVMSR_VDD…
379 …((__FLAG__) == PWR_FLAG_VDDUSBRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDUSBRDY) == PWR_SVMSR_VDD…
380 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == PWR_SVMSR_ACT…
381 …((__FLAG__) == PWR_FLAG_PVDO) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == PWR_SVMSR_PVD…
382 …((__FLAG__) == PWR_FLAG_REGS) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == PWR_SVMSR_REG…
401 …((__FLAG__) == PWR_FLAG_VDDA2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == PWR_SVMSR_VDDA2…
402 …((__FLAG__) == PWR_FLAG_VDDA1RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == PWR_SVMSR_VDDA1…
403 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == PWR_SVMSR_VDDIO…
[all …]
Dstm32u5xx_ll_pwr.h2861 return (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS)); in LL_PWR_GetRegulCurrentVOS()
2933 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == (PWR_SVMSR_REGS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGULATOR()
2943 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == (PWR_SVMSR_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO()
2954 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == (PWR_SVMSR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOS()
2964 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDUSBRDY) == (PWR_SVMSR_VDDUSBRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDUSB()
2974 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == (PWR_SVMSR_VDDIO2RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDIO2()
2985 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == (PWR_SVMSR_VDDA1RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDA1()
2996 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == (PWR_SVMSR_VDDA2RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDA2()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c222 uint32_t vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling()
249 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling()
269 return (PWR->SVMSR & PWR_SVMSR_ACTVOS); in HAL_PWREx_GetVoltageRange()
298 while (HAL_IS_BIT_SET(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply()
310 while (HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply()
331 return (PWR->SVMSR & PWR_SVMSR_REGS); in HAL_PWREx_GetSupplyConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h399 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \
401 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \
403 … ((__FLAG__) == PWR_FLAG_REGS) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS)== \
432 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \
434 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \
462 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \
464 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \
Dstm32wbaxx_ll_pwr.h1209 return (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS)); in LL_PWR_GetRegulCurrentVOS()
1403 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == (PWR_SVMSR_REGS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGULATOR()
1414 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == (PWR_SVMSR_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO()
1425 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == (PWR_SVMSR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOS()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c349 vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling()
390 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling()
411 return (PWR->SVMSR & PWR_SVMSR_ACTVOS); in HAL_PWREx_GetVoltageRange()
440 while (HAL_IS_BIT_SET(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply()
452 while (HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply()
473 return (PWR->SVMSR & PWR_SVMSR_REGS); in HAL_PWREx_GetSupplyConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h511 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
Dstm32wba52xx.h604 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
Dstm32wba54xx.h631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
Dstm32wba5mxx.h631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
Dstm32wba55xx.h631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h901 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u535xx.h835 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u575xx.h898 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u585xx.h965 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u595xx.h935 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5a5xx.h1002 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5f7xx.h1096 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u599xx.h1116 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5g7xx.h1163 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5f9xx.h1200 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5a9xx.h1183 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
Dstm32u5g9xx.h1267 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member