Home
last modified time | relevance | path

Searched refs:PWR_PVM_4 (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h115 #define PWR_PVM_4 PWR_CR2_PVME4 /*!< Peripheral Voltage Monitoring 4 enable: VDDA… macro
727 ((TYPE) == PWR_PVM_4))
731 ((TYPE) == PWR_PVM_4))
737 ((TYPE) == PWR_PVM_4))
740 ((TYPE) == PWR_PVM_4))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c602 SET_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_EnablePVM4()
611 CLEAR_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_DisablePVM4()
701 case PWR_PVM_4: in HAL_PWREx_ConfigPVM()
868 if (READ_BIT(PWR->CR2, PWR_PVM_4) != 0U) in HAL_PWREx_PVD_PVM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h109 #define PWR_PVM_4 PWR_CR2_PVME4 /*!< Peripheral Voltage Monitoring 4 enable: VDD… macro
638 ((TYPE) == PWR_PVM_4))
641 ((TYPE) == PWR_PVM_4))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c647 SET_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_EnablePVM4()
656 CLEAR_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_DisablePVM4()
785 case PWR_PVM_4: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c640 SET_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_EnablePVM4()
649 CLEAR_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_DisablePVM4()
774 case PWR_PVM_4: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c940 SET_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_EnablePVM4()
949 CLEAR_BIT(PWR->CR2, PWR_PVM_4); in HAL_PWREx_DisablePVM4()
1078 case PWR_PVM_4: in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h108 #define PWR_PVM_4 PWR_CR2_PVME4 /*!< Peripheral Voltage Monitoring 4 enable: VDDA… macro
690 ((TYPE) == PWR_PVM_4))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h108 #define PWR_PVM_4 PWR_CR2_PVME4 /*!< Peripheral Voltage Monitoring 4 enable: VDDA… macro
737 ((TYPE) == PWR_PVM_4))