Home
last modified time | relevance | path

Searched refs:PWR_PVM_3 (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h114 #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/
Dstm32u0xx_hal_pwr_ex.c584 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/
Dstm32u0xx_hal_pwr_ex.h108 #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/
Dstm32wlxx_hal_pwr_ex.c728 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/
Dstm32wbxx_hal_pwr_ex.h154 #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/
Dstm32g4xx_hal_pwr_ex.c628 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/
Dstm32wbxx_hal_pwr_ex.c736 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/
Dstm32l5xx_hal_pwr_ex.c621 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/
Dstm32l4xx_hal_pwr_ex.c921 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/
Dstm32wlxx_hal_pwr_ex.h133 #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/
Dstm32g4xx_hal_pwr_ex.h107 #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/
Dstm32l5xx_hal_pwr_ex.h107 #define PWR_PVM_3 PWR_CR2_PVME3 /*!< Peripheral Voltage Monitoring 3 enable: VDDA… macro
736 ((TYPE) == PWR_PVM_3) ||\