Home
last modified time | relevance | path

Searched refs:SVMCR3 (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_pwr.h664 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 …]
Dstm32n6xx_hal_pwr.h349 …((__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/
Dstm32n6xx_hal_pwr_ex.c880 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 …]
Dstm32n6xx_ll_pwr.c68 WRITE_REG(PWR->SVMCR3, 0x00000000U); in LL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_fsbl.c234 PWR->SVMCR3 |= PWR_SVMCR3_ASV; in SystemInit()
235 PWR->SVMCR3 |= PWR_SVMCR3_AVMEN; in SystemInit()
237 (void) PWR->SVMCR3; in SystemInit()
Dstm32n645xx.h1869 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
Dstm32n657xx.h1995 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
Dstm32n655xx.h1967 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member
Dstm32n647xx.h1897 …__IO uint32_t SVMCR3; /*!< PWR Supply voltage monitoring control register 3 Address offse… member