Home
last modified time | relevance | path

Searched refs:PWR_CR1_PVDEN (Results 1 – 25 of 52) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_pwr.h230 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/
Dstm32h7xx_ll_pwr.h385 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/
Dstm32h7xx_hal_pwr.c473 SET_BIT (PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_EnablePVD()
483 CLEAR_BIT (PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_DisablePVD()
Dstm32h7xx_hal_pwr_ex.c2053 if (READ_BIT (PWR->CR1, PWR_CR1_PVDEN) != 0U) in HAL_PWREx_PVD_AVD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c298 SET_BIT(PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_EnablePVD()
308 CLEAR_BIT(PWR->CR1, PWR_CR1_PVDEN); in HAL_PWR_DisablePVD()
Dstm32mp1xx_hal_pwr_ex.c621 if (READ_BIT(PWR->CR1, PWR_CR1_PVDEN) != RESET) in HAL_PWREx_PVD_AVD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12341 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h7b0xx.h12785 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h7b0xxq.h12786 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h7a3xxq.h12342 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h7b3xx.h12792 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h7b3xxq.h12793 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h730xxq.h14669 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h733xx.h14668 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h725xx.h14218 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h730xx.h14668 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h735xx.h14669 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h742xx.h13516 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h723xx.h14217 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h750xx.h14409 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h753xx.h14415 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h745xx.h14670 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h745xg.h14670 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h743xx.h14146 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro
Dstm32h755xx.h14939 #define PWR_CR1_PVDEN PWR_CR1_PVDEN_Msk /*!< Programmable Vo… macro

123