Searched refs:SRAM_ID_MASK (Results 1 – 2 of 2) sorted by relevance
1761 switch (RAMSelection & SRAM_ID_MASK) in HAL_PWREx_EnableRAMsContentStopRetention()1770 dummy = (RAMSelection & ~SRAM_ID_MASK) & (PAGE01_ID | PAGE02_ID | PAGE03_ID); in HAL_PWREx_EnableRAMsContentStopRetention()1775 dummy = ((RAMSelection & ~SRAM_ID_MASK) & ~(PAGE01_ID | PAGE02_ID | PAGE03_ID)) >> 0x03U; in HAL_PWREx_EnableRAMsContentStopRetention()1789 dummy = (RAMSelection & PWR_SRAM2_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()1803 dummy = (RAMSelection & ~SRAM_ID_MASK) & (PAGE01_ID | PAGE02_ID | PAGE03_ID | PAGE04_ID | in HAL_PWREx_EnableRAMsContentStopRetention()1809 dummy = ((RAMSelection & ~SRAM_ID_MASK) & ~(PAGE01_ID | PAGE02_ID | PAGE03_ID | PAGE04_ID | in HAL_PWREx_EnableRAMsContentStopRetention()1825 dummy = (RAMSelection & PWR_SRAM4_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()1838 dummy = (RAMSelection & PWR_ICACHE_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()1851 dummy = (RAMSelection & PWR_DCACHE1_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()1865 dummy = (RAMSelection & PWR_DMA2DRAM_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()[all …]
754 #define SRAM_ID_MASK (0xFFFFUL << 16U) macro