Home
last modified time | relevance | path

Searched refs:PWR_CR2_TEMPL (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_pwr.h96 #define LL_PWR_FLAG_TEMPL PWR_CR2_TEMPL /*!< Temperature low threshold flag */
1431 return ((READ_BIT(PWR->CR2, PWR_CR2_TEMPL) == (PWR_CR2_TEMPL)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_TEMPL()
H A Dstm32h7xx_hal_pwr_ex.h266 #define PWR_TEMP_BELOW_LOW_THRESHOLD PWR_CR2_TEMPL
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_pwr_ex.c1401 regValue = PWR->CR2 & (PWR_CR2_TEMPH | PWR_CR2_TEMPL); in HAL_PWREx_GetTemperatureLevel()
1404 if(regValue == PWR_CR2_TEMPL) in HAL_PWREx_GetTemperatureLevel()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_h7xx/
H A Dstm32h753xx.h14216 #define PWR_CR2_TEMPL PWR_CR2_TEMPL_Msk /*!< Monitored tempe… macro
H A Dstm32h743xx.h13947 #define PWR_CR2_TEMPL PWR_CR2_TEMPL_Msk /*!< Monitored tempe… macro