Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h871 __STATIC_INLINE void LL_PWR_SetSRAM2Retention(uint32_t SRAM2Retention) in LL_PWR_SetSRAM2Retention() argument
873 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2Retention); in LL_PWR_SetSRAM2Retention()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h744 __STATIC_INLINE void LL_PWR_SetSRAM2RunRetention(uint32_t SRAM2Retention) in LL_PWR_SetSRAM2RunRetention() argument
746 …MODIFY_REG(PWR->CR1, LL_PWR_SRAM2_RUN_FULL_RETENTION, ((~SRAM2Retention) & LL_PWR_SRAM2_RUN_FULL_R… in LL_PWR_SetSRAM2RunRetention()