Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h266 #define LL_PWR_ICACHERAM_STOP_FULL_RETENTION PWR_CR2_ICRAMPDS /*!< ICACHE SRAM retention in Stop m… macro
1313 MODIFY_REG(PWR->CR2, LL_PWR_ICACHERAM_STOP_FULL_RETENTION, in LL_PWR_SetICacheRAMStopRetention()
1314 ((~ICachePageRetention) & LL_PWR_ICACHERAM_STOP_FULL_RETENTION)); in LL_PWR_SetICacheRAMStopRetention()
1326 …return ((~(READ_BIT(PWR->CR2, LL_PWR_ICACHERAM_STOP_FULL_RETENTION))) & LL_PWR_ICACHERAM_STOP_FULL… in LL_PWR_GetICacheRAMStopRetention()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_pwr.h152 #define LL_PWR_ICACHERAM_STOP_FULL_RETENTION PWR_CR2_ICRAMPDS /*!< ICACHE SRAM full retention i… macro