Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1756 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument
1761 switch (RAMSelection & SRAM_ID_MASK) in HAL_PWREx_EnableRAMsContentStopRetention()
1767 assert_param(IS_PWR_SRAM1_STOP_RETENTION(RAMSelection)); 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()
1786 assert_param(IS_PWR_SRAM2_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()
1789 dummy = (RAMSelection & PWR_SRAM2_FULL_STOP) & ~SRAM_ID_MASK; in HAL_PWREx_EnableRAMsContentStopRetention()
1800 assert_param(IS_PWR_SRAM3_STOP_RETENTION(RAMSelection)); 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()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c547 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument
550 assert_param(IS_PWR_RAM_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()
553 CLEAR_BIT(PWR->CR2, RAMSelection); in HAL_PWREx_EnableRAMsContentStopRetention()
568 void HAL_PWREx_DisableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_DisableRAMsContentStopRetention() argument
571 assert_param(IS_PWR_RAM_STOP_RETENTION(RAMSelection)); in HAL_PWREx_DisableRAMsContentStopRetention()
574 MODIFY_REG(PWR->CR2, PWR_ALL_RAM_STOP_RETENTION_MASK, RAMSelection); in HAL_PWREx_DisableRAMsContentStopRetention()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h1065 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection);
1066 void HAL_PWREx_DisableRAMsContentStopRetention(uint32_t RAMSelection);
1067 void HAL_PWREx_EnableRAMsContentRunRetention(uint32_t RAMSelection);
1068 void HAL_PWREx_DisableRAMsContentRunRetention(uint32_t RAMSelection);
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h324 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection);
325 void HAL_PWREx_DisableRAMsContentStopRetention(uint32_t RAMSelection);