Home
last modified time | relevance | path

Searched refs:PWR_PVM_2 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c608 SET_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_EnablePVM2()
617 CLEAR_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_DisablePVM2()
722 case PWR_PVM_2: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h112 #define PWR_PVM_2 PWR_CR2_PVME2 /*!< Peripheral Voltage Monitoring 2 enable: VDDI… macro
725 ((TYPE) == PWR_PVM_2) ||\
729 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_2) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c602 SET_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_EnablePVM2()
611 CLEAR_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_DisablePVM2()
712 case PWR_PVM_2: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c901 SET_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_EnablePVM2()
910 CLEAR_BIT(PWR->CR2, PWR_PVM_2); in HAL_PWREx_DisablePVM2()
1015 case PWR_PVM_2: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h105 #define PWR_PVM_2 PWR_CR2_PVME2 /*!< Peripheral Voltage Monitoring 2 enable: VDDI… macro
688 ((TYPE) == PWR_PVM_2) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h106 #define PWR_PVM_2 PWR_CR2_PVME2 /*!< Peripheral Voltage Monitoring 2 enable: VDDI… macro
735 ((TYPE) == PWR_PVM_2) ||\