Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c228 #if defined(PWR_CR2_RAMRET2) in SystemInit()
229 SET_BIT(PWR->CR2, PWR_CR2_RAMRET2); in SystemInit()
232 #if defined(PWR_CR2_RAMRET2) in SystemInit()
Dstm32wb07.h3235 #define PWR_CR2_RAMRET2 PWR_CR2_RAMRET2_Msk macro
Dstm32wb09.h3176 #define PWR_CR2_RAMRET2 PWR_CR2_RAMRET2_Msk macro
Dstm32wb06.h3235 #define PWR_CR2_RAMRET2 PWR_CR2_RAMRET2_Msk macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h66 #if defined(PWR_CR2_RAMRET2)
67 #define LL_PWR_RAMRET_2 PWR_CR2_RAMRET2
632 #if defined(PWR_CR2_RAMRET2) in LL_PWR_GetRAMBankRet()
633 ram_ret |= READ_BIT(PWR->CR2, (PWR_CR2_RAMRET2)); in LL_PWR_GetRAMBankRet()
Dstm32wb0x_hal_pwr_ex.h244 #if defined(PWR_CR2_RAMRET2)
245 #define PWR_RAMRET_2 PWR_CR2_RAMRET2