Home
last modified time | relevance | path

Searched refs:PWR_CR2_PVM_VDDIO2_1 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h290 SET_BIT(PWR->CR2, PWR_CR2_PVM_VDDIO2_1); in LL_PWR_EnableVddIO2()
300 CLEAR_BIT(PWR->CR2, PWR_CR2_PVM_VDDIO2_1); in LL_PWR_DisableVddIO2()
310 return ((READ_BIT(PWR->CR2, PWR_CR2_PVM_VDDIO2_1) == (PWR_CR2_PVM_VDDIO2_1)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddIO2()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c071xx.h3834 #define PWR_CR2_PVM_VDDIO2_1 (0x2UL << PWR_CR2_PVM_VDDIO2_Pos) macro