Searched refs:SRAM2PageRetention (Results 1 – 2 of 2) sorted by relevance
410 __STATIC_INLINE void LL_PWR_SetSRAM2SBRetention(uint32_t SRAM2PageRetention) in LL_PWR_SetSRAM2SBRetention() argument412 MODIFY_REG(PWR->CR1, PWR_CR1_R2RSB1, SRAM2PageRetention); in LL_PWR_SetSRAM2SBRetention()541 __STATIC_INLINE void LL_PWR_SetSRAM2StopRetention(uint32_t SRAM2PageRetention) in LL_PWR_SetSRAM2StopRetention() argument543 MODIFY_REG(PWR->CR2, PWR_CR2_SRAM2PDS1, ((~SRAM2PageRetention) & PWR_CR2_SRAM2PDS1)); in LL_PWR_SetSRAM2StopRetention()
661 __STATIC_INLINE void LL_PWR_SetSRAM2SBRetention(uint32_t SRAM2PageRetention) in LL_PWR_SetSRAM2SBRetention() argument663 MODIFY_REG(PWR->CR1, LL_PWR_SRAM2_SB_FULL_RETENTION, SRAM2PageRetention); in LL_PWR_SetSRAM2SBRetention()1012 __STATIC_INLINE void LL_PWR_SetSRAM2StopRetention(uint32_t SRAM2PageRetention) in LL_PWR_SetSRAM2StopRetention() argument1014 …MODIFY_REG(PWR->CR2, LL_PWR_SRAM2_STOP_FULL_RETENTION, ((~SRAM2PageRetention) & LL_PWR_SRAM2_STOP_… in LL_PWR_SetSRAM2StopRetention()