Home
last modified time | relevance | path

Searched refs:RAMSelection (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_pwr_ex.c1623 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument
1628 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 …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_pwr_ex.h886 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);