Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h181 #define LL_PWR_FULL_SRAM_RETENTION PWR_CR3_RRS macro
718 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, LL_PWR_FULL_SRAM_RETENTION); in LL_PWR_EnableSRAMRetention()
738 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (LL_PWR_FULL_SRAM_RETENTION)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAMRetention()