Home
last modified time | relevance | path

Searched refs:PWR_CR2_BRRDY (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h384 ((__FLAG__) == PWR_FLAG_BRR) ? ((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) :\
409 ((__FLAG__) == PWR_FLAG_BRR) ? ((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) :\
426 ((__FLAG__) == PWR_FLAG_BRR) ? ((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) :\
443 ((__FLAG__) == PWR_FLAG_BRR) ? ((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) :\
459 ((__FLAG__) == PWR_FLAG_BRR) ? ((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) :\
Dstm32h7xx_ll_pwr.h105 #define LL_PWR_FLAG_BRRDY PWR_CR2_BRRDY /*!< Backup Regulator ready flag */
1922 return ((READ_BIT(PWR->CR2, PWR_CR2_BRRDY) == (PWR_CR2_BRRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_BRR()
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h199 ((__FLAG__) == PWR_FLAG_BRR)?((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) : \
215 ((__FLAG__) == PWR_FLAG_BRR)?((PWR->CR2 & PWR_CR2_BRRDY) == PWR_CR2_BRRDY) : \
Dstm32mp1xx_ll_pwr.h94 #define LL_PWR_FLAG_BRRDY PWR_CR2_BRRDY /*!< Backup Regulator ready flag */
920 return ((READ_BIT(PWR->CR2, PWR_CR2_BRRDY) == (PWR_CR2_BRRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_BRR()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12319 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h7a3xxq.h12320 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h7b0xx.h12763 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h7b0xxq.h12764 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h7b3xx.h12770 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h7b3xxq.h12771 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h723xx.h14192 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h725xx.h14193 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h730xxq.h14644 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h730xx.h14643 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h742xx.h13491 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h733xx.h14643 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h735xx.h14644 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h750xx.h14384 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h753xx.h14390 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h755xx.h14914 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h745xx.h14645 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h745xg.h14645 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h743xx.h14121 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h747xx.h17802 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro
Dstm32h747xg.h17802 #define PWR_CR2_BRRDY PWR_CR2_BRRDY_Msk /*!< Backup regulato… macro

12