Searched refs:LL_PWR_DCACHE2RAM_STOP_FULL_RETENTION (Results 1 – 1 of 1) sorted by relevance
285 #define LL_PWR_DCACHE2RAM_STOP_FULL_RETENTION PWR_CR2_DC2RAMPDS /*!< DCACHE2 SRAM retention in Stop… macro1366 MODIFY_REG(PWR->CR2, LL_PWR_DCACHE2RAM_STOP_FULL_RETENTION, in LL_PWR_SetDCache2RAMStopRetention()1367 ((~DCache2PageRetention) & LL_PWR_DCACHE2RAM_STOP_FULL_RETENTION)); in LL_PWR_SetDCache2RAMStopRetention()1379 …return ((~(READ_BIT(PWR->CR2, LL_PWR_DCACHE2RAM_STOP_FULL_RETENTION))) & LL_PWR_DCACHE2RAM_STOP_FU… in LL_PWR_GetDCache2RAMStopRetention()