/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_pwr.h | 230 SET_BIT(PWR->CR1, PWR_CR1_PVDEN); in LL_PWR_EnablePVD() 240 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDEN); in LL_PWR_DisablePVD() 250 return ((READ_BIT(PWR->CR1, PWR_CR1_PVDEN) == (PWR_CR1_PVDEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 385 SET_BIT(PWR->CR1, PWR_CR1_PVDEN); in LL_PWR_EnablePVD() 395 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDEN); in LL_PWR_DisablePVD() 405 return ((READ_BIT(PWR->CR1, PWR_CR1_PVDEN) == (PWR_CR1_PVDEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr.c | 473 SET_BIT (PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_EnablePVD() 483 CLEAR_BIT (PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_DisablePVD()
|
D | stm32h7xx_hal_pwr_ex.c | 2053 if (READ_BIT (PWR->CR1, PWR_CR1_PVDEN) != 0U) in HAL_PWREx_PVD_AVD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_pwr.c | 298 SET_BIT(PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_EnablePVD() 308 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_DisablePVD()
|
D | stm32mp1xx_hal_pwr_ex.c | 621 if (READ_BIT(PWR->CR1, PWR_CR1_PVDEN) != RESET) in HAL_PWREx_PVD_AVD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 12341 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h7b0xx.h | 12785 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h7b0xxq.h | 12786 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h7a3xxq.h | 12342 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h7b3xx.h | 12792 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h7b3xxq.h | 12793 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h730xxq.h | 14669 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h733xx.h | 14668 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h725xx.h | 14218 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h730xx.h | 14668 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h735xx.h | 14669 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h742xx.h | 13516 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h723xx.h | 14217 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h750xx.h | 14409 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h753xx.h | 14415 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h745xx.h | 14670 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h745xg.h | 14670 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h743xx.h | 14146 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|
D | stm32h755xx.h | 14939 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
|