Searched refs:PWR_CR3_RRS (Results 1 – 3 of 3) sorted by relevance
842 SET_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_EnableSRAM2Retention()852 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAM2Retention()862 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (PWR_CR3_RRS)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAM2Retention()
748 SET_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_EnableSRAM2ContentRetention()760 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_DisableSRAM2ContentRetention()
9676 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< SRAM2 Retention… macro