Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h150 #define LL_PWR_SRAM1_STOP_4_12_RETENTION (PWR_CR4_SRAM1PDS4 | PWR_CR4_SRAM1PDS5 | \ macro
947 …MODIFY_REG(PWR->CR4, LL_PWR_SRAM1_STOP_4_12_RETENTION, ((~SRAM1PageRetention) & LL_PWR_SRAM1_STOP_… in LL_PWR_SetSRAM1StopRetention_4_12()
997 …return ((~(READ_BIT(PWR->CR4, LL_PWR_SRAM1_STOP_4_12_RETENTION))) & LL_PWR_SRAM1_STOP_4_12_RETENTI… in LL_PWR_GetSRAM1StopRetention_4_12()