Home
last modified time | relevance | path

Searched refs:PWR_CSR1_PVDO (Results 1 – 25 of 66) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h379 (((__FLAG__) == PWR_FLAG_PVDO) ? ((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) :\
404 (((__FLAG__) == PWR_FLAG_PVDO) ? ((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) :\
421 (((__FLAG__) == PWR_FLAG_PVDO) ? ((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) :\
440 (((__FLAG__) == PWR_FLAG_PVDO) ? ((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) :\
456 (((__FLAG__) == PWR_FLAG_PVDO) ? ((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) :\
Dstm32h7xx_ll_pwr.h94 #define LL_PWR_FLAG_PVDO PWR_CSR1_PVDO /*!< Programmable voltage detect output f…
1880 return ((READ_BIT(PWR->CSR1, PWR_CSR1_PVDO) == (PWR_CSR1_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h197 ((__FLAG__) == PWR_FLAG_PVDO)?((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) : \
213 ((__FLAG__) == PWR_FLAG_PVDO)?((PWR->CSR1 & PWR_CSR1_PVDO) == PWR_CSR1_PVDO) : \
Dstm32mp1xx_ll_pwr.h87 #define LL_PWR_FLAG_PVDO PWR_CSR1_PVDO /*!< Power voltage detector output flag */
900 return ((READ_BIT(PWR->CSR1, PWR_CSR1_PVDO) == (PWR_CSR1_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_pwr.h72 #define LL_PWR_CSR1_PVDO PWR_CSR1_PVDO /*!< Power voltage detector outp…
850 return (READ_BIT(PWR->CSR1, PWR_CSR1_PVDO) == (PWR_CSR1_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f7xx_hal_pwr.h138 #define PWR_FLAG_PVDO PWR_CSR1_PVDO
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h8774 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f722xx.h8758 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f730xx.h8988 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f733xx.h8988 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f732xx.h8972 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f750xx.h10165 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f745xx.h9551 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f756xx.h10165 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f746xx.h9890 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f765xx.h10062 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f777xx.h10713 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f767xx.h10438 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f779xx.h10796 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
Dstm32f769xx.h10521 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< PVD Output … macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12399 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< Programmable Vo… macro
Dstm32h7b0xx.h12843 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< Programmable Vo… macro
Dstm32h7b0xxq.h12844 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< Programmable Vo… macro
Dstm32h7a3xxq.h12400 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< Programmable Vo… macro
Dstm32h7b3xx.h12850 #define PWR_CSR1_PVDO PWR_CSR1_PVDO_Msk /*!< Programmable Vo… macro

123