Searched refs:SRAM1PageRetention (Results 1 – 2 of 2) sorted by relevance
435 __STATIC_INLINE void LL_PWR_SetSRAM1SBRetention(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1SBRetention() argument437 MODIFY_REG(PWR->CR1, PWR_CR1_R1RSB1, SRAM1PageRetention); in LL_PWR_SetSRAM1SBRetention()516 __STATIC_INLINE void LL_PWR_SetSRAM1StopRetention(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1StopRetention() argument518 MODIFY_REG(PWR->CR2, PWR_CR2_SRAM1PDS1, ((~SRAM1PageRetention) & PWR_CR2_SRAM1PDS1)); in LL_PWR_SetSRAM1StopRetention()
913 __STATIC_INLINE void LL_PWR_SetSRAM1StopRetention_1_3(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1StopRetention_1_3() argument915 …MODIFY_REG(PWR->CR2, LL_PWR_SRAM1_STOP_1_3_RETENTION, ((~SRAM1PageRetention) & LL_PWR_SRAM1_STOP_1… in LL_PWR_SetSRAM1StopRetention_1_3()945 __STATIC_INLINE void LL_PWR_SetSRAM1StopRetention_4_12(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1StopRetention_4_12() argument947 …MODIFY_REG(PWR->CR4, LL_PWR_SRAM1_STOP_4_12_RETENTION, ((~SRAM1PageRetention) & LL_PWR_SRAM1_STOP_… in LL_PWR_SetSRAM1StopRetention_4_12()