Searched refs:LL_PWR_ICACHERAM_STOP_FULL_RETENTION (Results 1 – 2 of 2) sorted by relevance
266 #define LL_PWR_ICACHERAM_STOP_FULL_RETENTION PWR_CR2_ICRAMPDS /*!< ICACHE SRAM retention in Stop m… macro1313 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()
152 #define LL_PWR_ICACHERAM_STOP_FULL_RETENTION PWR_CR2_ICRAMPDS /*!< ICACHE SRAM full retention i… macro