Home
last modified time | relevance | path

Searched refs:PWR_CR2_PVM_VDDIO2_0 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c83 SET_BIT(PWR->CR2, PWR_CR2_PVM_VDDIO2_0); in HAL_PWREx_EnablePVMUSB()
92 CLEAR_BIT(PWR->CR2, PWR_CR2_PVM_VDDIO2_0); in HAL_PWREx_DisablePVMUSB()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr_ex.h66 #define PWR_PVM_USB PWR_CR2_PVM_VDDIO2_0 /*!< Peripheral Voltage Monitoring enable for USB periph…
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c071xx.h3833 #define PWR_CR2_PVM_VDDIO2_0 (0x1UL << PWR_CR2_PVM_VDDIO2_Pos) macro