Searched refs:RAMSelection (Results 1 – 4 of 4) sorted by relevance
1756 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument1761 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 …]
547 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection) in HAL_PWREx_EnableRAMsContentStopRetention() argument550 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() argument571 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()
1065 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);
324 void HAL_PWREx_EnableRAMsContentStopRetention(uint32_t RAMSelection);325 void HAL_PWREx_DisableRAMsContentStopRetention(uint32_t RAMSelection);