Searched refs:LL_PWR_DMA2DRAM_STOP_FULL_RETENTION (Results 1 – 1 of 1) sorted by relevance
296 #define LL_PWR_DMA2DRAM_STOP_FULL_RETENTION PWR_CR2_DMA2DRAMPDS /*!< DMA2D SRAM retention in Stop … macro1394 MODIFY_REG(PWR->CR2, LL_PWR_DMA2DRAM_STOP_FULL_RETENTION, in LL_PWR_SetDMA2DRAMStopRetention()1395 ((~DMA2DRAMPageRetention) & LL_PWR_DMA2DRAM_STOP_FULL_RETENTION)); in LL_PWR_SetDMA2DRAMStopRetention()1407 …return ((~(READ_BIT(PWR->CR2, LL_PWR_DMA2DRAM_STOP_FULL_RETENTION))) & LL_PWR_DMA2DRAM_STOP_FULL_R… in LL_PWR_GetDMA2DRAMStopRetention()