Searched refs:LL_PWR_DCACHE1RAM_STOP_FULL_RETENTION (Results 1 – 1 of 1) sorted by relevance
275 #define LL_PWR_DCACHE1RAM_STOP_FULL_RETENTION PWR_CR2_DC1RAMPDS /*!< DCACHE1 SRAM retention in Stop… macro1339 MODIFY_REG(PWR->CR2, LL_PWR_DCACHE1RAM_STOP_FULL_RETENTION, in LL_PWR_SetDCache1RAMStopRetention()1340 ((~DCache1PageRetention) & LL_PWR_DCACHE1RAM_STOP_FULL_RETENTION)); in LL_PWR_SetDCache1RAMStopRetention()1352 …return ((~(READ_BIT(PWR->CR2, LL_PWR_DCACHE1RAM_STOP_FULL_RETENTION))) & LL_PWR_DCACHE1RAM_STOP_FU… in LL_PWR_GetDCache1RAMStopRetention()