Home
last modified time | relevance | path

Searched refs:SRAM1PageRetention (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_pwr.h435 __STATIC_INLINE void LL_PWR_SetSRAM1SBRetention(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1SBRetention() argument
437 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() argument
518 MODIFY_REG(PWR->CR2, PWR_CR2_SRAM1PDS1, ((~SRAM1PageRetention) & PWR_CR2_SRAM1PDS1)); in LL_PWR_SetSRAM1StopRetention()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h913 __STATIC_INLINE void LL_PWR_SetSRAM1StopRetention_1_3(uint32_t SRAM1PageRetention) in LL_PWR_SetSRAM1StopRetention_1_3() argument
915 …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() argument
947 …MODIFY_REG(PWR->CR4, LL_PWR_SRAM1_STOP_4_12_RETENTION, ((~SRAM1PageRetention) & LL_PWR_SRAM1_STOP_… in LL_PWR_SetSRAM1StopRetention_4_12()