Home
last modified time | relevance | path

Searched refs:PWR_PVM_USB (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c299 SET_BIT(PWR->CR2, PWR_PVM_USB); in HAL_PWREx_EnablePVMUSB()
308 CLEAR_BIT(PWR->CR2, PWR_PVM_USB); in HAL_PWREx_DisablePVMUSB()
338 case PWR_PVM_USB: in HAL_PWREx_ConfigPVM()
/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… macro
336 #define IS_PWR_PVM_TYPE(TYPE) ((TYPE) == PWR_PVM_USB)
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h147 #define PWR_PVM_USB PWR_CR2_PVMEN_USB /*!< Peripheral Voltage Monitoring enable f… macro
539 #define IS_PWR_PVM_TYPE(TYPE) ((TYPE) == PWR_PVM_USB)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c120 case PWR_PVM_USB: in HAL_PWREx_ConfigPVM()