Searched refs:PWR_CR1_PVDE (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_pwr.h | 578 SET_BIT(PWR->CR1, PWR_CR1_PVDE); in LL_PWR_EnablePVD() 588 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDE); in LL_PWR_DisablePVD() 598 return (READ_BIT(PWR->CR1, PWR_CR1_PVDE) == (PWR_CR1_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 289 SET_BIT(PWR->CR1, PWR_CR1_PVDE); in LL_PWR_EnablePVD() 299 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDE); in LL_PWR_DisablePVD() 309 return ((READ_BIT(PWR->CR1, PWR_CR1_PVDE) == (PWR_CR1_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr.c | 418 SET_BIT(PWR->CR1, PWR_CR1_PVDE); in HAL_PWR_EnablePVD() 427 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pwr.c | 305 SET_BIT(PWR->CR1, PWR_CR1_PVDE); in HAL_PWR_EnablePVD() 315 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 8702 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f722xx.h | 8686 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f730xx.h | 8916 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f733xx.h | 8916 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f732xx.h | 8900 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f750xx.h | 10093 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f745xx.h | 9479 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f756xx.h | 10093 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f746xx.h | 9818 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f765xx.h | 9990 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f777xx.h | 10641 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f767xx.h | 10366 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f779xx.h | 10724 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f769xx.h | 10449 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Power Voltage D… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 14008 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32h7s7xx.h | 15042 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32h7s3xx.h | 14640 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32h7r7xx.h | 14408 #define PWR_CR1_PVDE PWR_CR1_PVDE_Msk /*!< Programmable Vo… macro
|