Home
last modified time | relevance | path

Searched refs:PWR_CR2_GPIORET (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h725 #if defined (PWR_CR2_GPIORET)
739 SET_BIT(PWR->CR2, PWR_CR2_GPIORET); in LL_PWR_EnableGPIORET()
749 CLEAR_BIT(PWR->CR2, PWR_CR2_GPIORET); in LL_PWR_DisableGPIORET()
759 return ((READ_BIT(PWR->CR2, PWR_CR2_GPIORET) == (PWR_CR2_GPIORET)) ? 1UL : 0UL); in LL_PWR_IsEnabledGPIORET()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c369 #if defined(PWR_CR2_GPIORET) in HAL_PWR_ConfigDEEPSTOP()
462 #if defined(PWR_CR2_GPIORET) in HAL_PWR_ConfigSHUTDOWN()
Dstm32wb0x_hal_pwr_ex.c348 #if defined (PWR_CR2_GPIORET)
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c237 #if defined(PWR_CR2_GPIORET) in SystemInit()
238 CLEAR_BIT(PWR->CR2, PWR_CR2_GPIORET); in SystemInit()
Dstm32wb05.h3148 #define PWR_CR2_GPIORET PWR_CR2_GPIORET_Msk macro
Dstm32wb09.h3170 #define PWR_CR2_GPIORET PWR_CR2_GPIORET_Msk macro