Searched refs:PWR_CR3_ENULP (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 800 #if defined(PWR_CR3_ENULP) 808 SET_BIT(PWR->CR3, PWR_CR3_ENULP); in LL_PWR_EnableBORPVD_ULP() 818 CLEAR_BIT(PWR->CR3, PWR_CR3_ENULP); in LL_PWR_DisableBORPVD_ULP() 828 return ((READ_BIT(PWR->CR3, PWR_CR3_ENULP) == (PWR_CR3_ENULP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBORPVD_ULP()
|
D | stm32l4xx_hal_pwr_ex.h | 880 #if defined(PWR_CR3_ENULP)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 775 SET_BIT(PWR->CR3, PWR_CR3_ENULP); in LL_PWR_EnableBORPVD_ULP() 785 CLEAR_BIT(PWR->CR3, PWR_CR3_ENULP); in LL_PWR_DisableBORPVD_ULP() 795 return ((READ_BIT(PWR->CR3, PWR_CR3_ENULP) == (PWR_CR3_ENULP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBORPVD_ULP()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 777 #if defined(PWR_CR3_ENULP) 785 SET_BIT(PWR->CR3, PWR_CR3_ENULP); in HAL_PWREx_EnableBORPVD_ULP() 796 CLEAR_BIT(PWR->CR3, PWR_CR3_ENULP); in HAL_PWREx_DisableBORPVD_ULP()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1024 SET_BIT(PWR->CR3, PWR_CR3_ENULP); in HAL_PWREx_EnableUltraLowPowerMode() 1034 CLEAR_BIT(PWR->CR3, PWR_CR3_ENULP); in HAL_PWREx_DisableUltraLowPowerMode()
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4427 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
D | stm32u083xx.h | 5090 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
D | stm32u073xx.h | 4832 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 5052 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
D | stm32l412xx.h | 4836 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
D | stm32l4p5xx.h | 11407 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|
D | stm32l4q5xx.h | 11900 #define PWR_CR3_ENULP PWR_CR3_ENULP_Msk /*!< Enable ULP BORL… macro
|