Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h183 #define LL_PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS_0 macro
186 #define LL_PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS
839 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, LL_PWR_FULL_SRAM2_RETENTION); in LL_PWR_EnableSRAM2Retention()
859 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (LL_PWR_FULL_SRAM2_RETENTION)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAM2Retention()