Home
last modified time | relevance | path

Searched refs:PWR_FLAG_SCUEN (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h178 #define PWR_FLAG_SCUEN (0x11U) macro
425 ((__FLAG__) == PWR_FLAG_SCUEN) ? ((PWR->CR3 & PWR_CR3_SCUEN) == PWR_CR3_SCUEN) :\
461 ((__FLAG__) == PWR_FLAG_SCUEN) ? ((PWR->CR3 & PWR_CR3_SCUEN) == PWR_CR3_SCUEN) :\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c325 #if defined (PWR_FLAG_SCUEN) in HAL_PWREx_ConfigSupply()
326 if (__HAL_PWR_GET_FLAG (PWR_FLAG_SCUEN) == 0U) in HAL_PWREx_ConfigSupply()