Searched refs:SRAM2Retention (Results 1 – 2 of 2) sorted by relevance
871 __STATIC_INLINE void LL_PWR_SetSRAM2Retention(uint32_t SRAM2Retention) in LL_PWR_SetSRAM2Retention() argument873 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2Retention); in LL_PWR_SetSRAM2Retention()
744 __STATIC_INLINE void LL_PWR_SetSRAM2RunRetention(uint32_t SRAM2Retention) in LL_PWR_SetSRAM2RunRetention() argument746 …MODIFY_REG(PWR->CR1, LL_PWR_SRAM2_RUN_FULL_RETENTION, ((~SRAM2Retention) & LL_PWR_SRAM2_RUN_FULL_R… in LL_PWR_SetSRAM2RunRetention()