Searched refs:SVMCR3 (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_pwr.h | 664 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV); in LL_PWR_EnableVddIO2() 674 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV); in LL_PWR_DisableVddIO2() 684 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV) == (PWR_SVMCR3_VDDIO2SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2() 694 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV); in LL_PWR_EnableVddIO3() 704 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV); in LL_PWR_DisableVddIO3() 714 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3SV) == (PWR_SVMCR3_VDDIO3SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO3() 784 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in LL_PWR_EnableVddUSB() 794 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in LL_PWR_DisableVddUSB() 804 return ((READ_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV) == (PWR_SVMCR3_USB33SV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB() 814 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_ASV); in LL_PWR_EnableVddADC() [all …]
|
D | stm32n6xx_hal_pwr.h | 349 …((__FLAG__) == PWR_FLAG_ARDY) ? ((PWR->SVMCR3 & PWR_SVMCR3_ARDY) == PWR_SVMCR3_ARDY) … 350 …((__FLAG__) == PWR_FLAG_USB33RDY) ? ((PWR->SVMCR3 & PWR_SVMCR3_USB33RDY) == PWR_SVMCR3_USB33RDY)… 351 …((__FLAG__) == PWR_FLAG_VDDIO3RDY) ? ((PWR->SVMCR3 & PWR_SVMCR3_VDDIO3RDY) == PWR_SVMCR3_VDDIO3RDY… 352 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? ((PWR->SVMCR3 & PWR_SVMCR3_VDDIO2RDY) == PWR_SVMCR3_VDDIO2RDY…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pwr_ex.c | 880 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIOVRSEL, VoltageRange << PWR_SVMCR3_VDDIOVRSEL_Pos); in HAL_PWREx_ConfigVddIORange() 884 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VRSEL, VoltageRange << PWR_SVMCR3_VDDIO2VRSEL_Pos); in HAL_PWREx_ConfigVddIORange() 888 MODIFY_REG(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VRSEL, VoltageRange << PWR_SVMCR3_VDDIO3VRSEL_Pos); in HAL_PWREx_ConfigVddIORange() 927 voltage_range = (READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIOVRSEL) >> PWR_SVMCR3_VDDIOVRSEL_Pos); in HAL_PWREx_GetVddIORange() 931 voltage_range = (READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2VRSEL) >> PWR_SVMCR3_VDDIO2VRSEL_Pos); in HAL_PWREx_GetVddIORange() 935 voltage_range = (READ_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO3VRSEL) >> PWR_SVMCR3_VDDIO3VRSEL_Pos); in HAL_PWREx_GetVddIORange() 1008 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in HAL_PWREx_EnableVddUSB() 1017 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_USB33SV); in HAL_PWREx_DisableVddUSB() 1027 SET_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV); in HAL_PWREx_EnableVddIO2() 1036 CLEAR_BIT(PWR->SVMCR3, PWR_SVMCR3_VDDIO2SV); in HAL_PWREx_DisableVddIO2() [all …]
|
D | stm32n6xx_ll_pwr.c | 68 WRITE_REG(PWR->SVMCR3, 0x00000000U); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | system_stm32n6xx_fsbl.c | 234 PWR->SVMCR3 |= PWR_SVMCR3_ASV; in SystemInit() 235 PWR->SVMCR3 |= PWR_SVMCR3_AVMEN; in SystemInit() 237 (void) PWR->SVMCR3; in SystemInit()
|
D | stm32n645xx.h | 1869 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
|
D | stm32n657xx.h | 1995 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
|
D | stm32n655xx.h | 1967 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
|
D | stm32n647xx.h | 1897 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
|