Searched refs:PWR_PVM_3 (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr_ex.h | 114 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDDA… macro 726 ((TYPE) == PWR_PVM_3) ||\ 730 ((TYPE) == PWR_PVM_3) ||\ 736 ((TYPE) == PWR_PVM_3) ||\ 739 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_3) ||\
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 584 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 593 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 671 case PWR_PVM_3: in HAL_PWREx_ConfigPVM() 845 if (READ_BIT(PWR->CR2, PWR_PVM_3) != 0U) in HAL_PWREx_PVD_PVM_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr_ex.h | 108 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDD… macro 637 ((TYPE) == PWR_PVM_3) ||\ 640 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_3) ||\
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 728 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 737 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 765 case PWR_PVM_3: in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr_ex.h | 154 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDDA… macro 776 ((TYPE) == PWR_PVM_3)) 778 #define IS_PWR_PVM_TYPE(TYPE) ((TYPE) == PWR_PVM_3)
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 628 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 637 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 754 case PWR_PVM_3: in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 736 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 745 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 809 case PWR_PVM_3: in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 621 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 630 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 743 case PWR_PVM_3: in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 921 SET_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_EnablePVM3() 930 CLEAR_BIT(PWR->CR2, PWR_PVM_3); in HAL_PWREx_DisablePVM3() 1047 case PWR_PVM_3: in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr_ex.h | 133 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 ena… macro 502 #define IS_PWR_PVM_TYPE(__TYPE__) (((__TYPE__) == PWR_PVM_3))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr_ex.h | 107 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDDA… macro 689 ((TYPE) == PWR_PVM_3) ||\
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr_ex.h | 107 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDDA… macro 736 ((TYPE) == PWR_PVM_3) ||\
|