Home
last modified time | relevance | path

Searched refs:PWR_PVM_1 (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c566 SET_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_EnablePVM1()
575 CLEAR_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_DisablePVM1()
640 case PWR_PVM_1: in HAL_PWREx_ConfigPVM()
822 if (READ_BIT(PWR->CR2, PWR_PVM_1) != 0U) in HAL_PWREx_PVD_PVM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c587 SET_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_EnablePVM1()
596 CLEAR_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_DisablePVM1()
689 case PWR_PVM_1: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h109 #define PWR_PVM_1 PWR_CR2_PVME1 /*!< Peripheral Voltage Monitoring 1 enable: VDDU… macro
724 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\
735 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c717 SET_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_EnablePVM1()
726 CLEAR_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_DisablePVM1()
777 case PWR_PVM_1: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c584 SET_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_EnablePVM1()
593 CLEAR_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_DisablePVM1()
681 case PWR_PVM_1: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c880 SET_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_EnablePVM1()
889 CLEAR_BIT(PWR->CR2, PWR_PVM_1); in HAL_PWREx_DisablePVM1()
982 case PWR_PVM_1: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h102 #define PWR_PVM_1 PWR_CR2_PVME1 /*!< Peripheral Voltage Monitoring 1 enable: VDDU… macro
687 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h106 #define PWR_PVM_1 PWR_CR2_PVME1 /*!< Peripheral Voltage Monitoring 1 enable: VDD… macro
636 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h152 #define PWR_PVM_1 PWR_CR2_PVME1 /*!< Peripheral Voltage Monitoring 1 enable: VDDU… macro
775 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h105 #define PWR_PVM_1 PWR_CR2_PVME1 /*!< Peripheral Voltage Monitoring 1 enable: VDDU… macro
734 #define IS_PWR_PVM_TYPE(TYPE) (((TYPE) == PWR_PVM_1) ||\