Searched refs:LL_PWR_SRAM5_STOP_FULL_RETENTION (Results 1 – 1 of 1) sorted by relevance
230 #define LL_PWR_SRAM5_STOP_FULL_RETENTION (PWR_CR4_SRAM5PDS1 | PWR_CR4_SRAM5PDS2 | PWR_CR4_SRAM5… macro1202 …MODIFY_REG(PWR->CR4, LL_PWR_SRAM5_STOP_FULL_RETENTION, ((~SRAM5PageRetention) & LL_PWR_SRAM5_STOP_… in LL_PWR_SetSRAM5StopRetention()1240 …return ((~(READ_BIT(PWR->CR4, LL_PWR_SRAM5_STOP_FULL_RETENTION))) & LL_PWR_SRAM5_STOP_FULL_RETENTI… in LL_PWR_GetSRAM5StopRetention()