Home
last modified time | relevance | path

Searched refs:PWR_CR2_TEMPH (Results 1 – 25 of 54) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h396 ((__FLAG__) == PWR_FLAG_TEMPH) ? ((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) :\
415 ((__FLAG__) == PWR_FLAG_TEMPH) ? ((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) :\
432 ((__FLAG__) == PWR_FLAG_TEMPH) ? ((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) :\
450 ((__FLAG__) == PWR_FLAG_TEMPH) ? ((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) :\
466 ((__FLAG__) == PWR_FLAG_TEMPH) ? ((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) :\
Dstm32h7xx_ll_pwr.h101 #define LL_PWR_FLAG_TEMPH PWR_CR2_TEMPH /*!< Temperature high threshold flag */
1962 return ((READ_BIT(PWR->CR2, PWR_CR2_TEMPH) == (PWR_CR2_TEMPH)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_TEMPH()
Dstm32h7xx_hal_pwr_ex.h321 #define PWR_TEMP_ABOVE_HIGH_THRESHOLD PWR_CR2_TEMPH
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h204 ((__FLAG__) == PWR_FLAG_TEMPH)?((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) : \
220 ((__FLAG__) == PWR_FLAG_TEMPH)?((PWR->CR2 & PWR_CR2_TEMPH) == PWR_CR2_TEMPH) : \
Dstm32mp1xx_ll_pwr.h89 #define LL_PWR_FLAG_TEMPH PWR_CR2_TEMPH /*!< Temperature high threshold flag */
970 return ((READ_BIT(PWR->CR2, PWR_CR2_TEMPH) == (PWR_CR2_TEMPH)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_TEMPH()
Dstm32mp1xx_hal_pwr_ex.h225 #define PWR_TEMP_ABOVE_HIGH_THRESHOLD PWR_CR2_TEMPH
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c501 regValue = PWR->CR2 & (PWR_CR2_TEMPH | PWR_CR2_TEMPL); in HAL_PWREx_GetTemperatureLevel()
508 else if (regValue == PWR_CR2_TEMPH) in HAL_PWREx_GetTemperatureLevel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1891 regValue = READ_BIT (PWR->CR2, (PWR_CR2_TEMPH | PWR_CR2_TEMPL)); in HAL_PWREx_GetTemperatureLevel()
1899 else if (regValue == PWR_CR2_TEMPH) in HAL_PWREx_GetTemperatureLevel()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12404 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h7b0xx.h12848 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h7b0xxq.h12849 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h7a3xxq.h12405 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h7b3xx.h12855 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h7b3xxq.h12856 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h730xxq.h14729 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h733xx.h14728 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h725xx.h14278 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h730xx.h14728 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h735xx.h14729 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h742xx.h13576 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h723xx.h14277 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h750xx.h14469 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h753xx.h14475 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h745xx.h14730 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro
Dstm32h745xg.h14730 #define PWR_CR2_TEMPH PWR_CR2_TEMPH_Msk /*!< Monitored tempe… macro

123