Searched refs:RAMSelection (Results 1 – 2 of 2) sorted by relevance
1623 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument1628 switch (RAMSelection & SRAM_ID_MASK) in HAL_PWREx_EnableRAMsContentStopRetention()1634 assert_param(IS_PWR_SRAM1_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()1637 dummy = (RAMSelection & ~SRAM_ID_MASK) & (PAGE01_ID | PAGE02_ID | PAGE03_ID); in HAL_PWREx_EnableRAMsContentStopRetention()1647 assert_param(IS_PWR_SRAM2_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()1650 dummy = (RAMSelection & PWR_SRAM2_FULL_STOP_RETENTION) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()1660 assert_param(IS_PWR_SRAM3_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()1663 dummy = (RAMSelection & ~SRAM_ID_MASK) & (PAGE01_ID | PAGE02_ID | PAGE03_ID | PAGE04_ID | in HAL_PWREx_EnableRAMsContentStopRetention()1674 assert_param(IS_PWR_SRAM4_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()1677 dummy = (RAMSelection & PWR_SRAM4_FULL_STOP_RETENTION) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()[all …]
886 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection);887 void HAL_PWREx_DisableRAMsContentStopRetention(uint32_t RAMSelection);888 void HAL_PWREx_EnableRAMsContentRunRetention(uint32_t RAMSelection);889 void HAL_PWREx_DisableRAMsContentRunRetention(uint32_t RAMSelection);