Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h124 #define PWR_SRAM2_PAGE1_STOP (SRAM2_ID | PAGE01_ID) /*!< SRAM2 page 1 (8 KB) retention…
125 #define PWR_SRAM2_PAGE2_STOP (SRAM2_ID | PAGE02_ID) /*!< SRAM2 page 2 (54 KB) retentio…
126 #define PWR_SRAM2_FULL_STOP (SRAM2_ID | 0x03U) /*!< SRAM2 all pages retention in …
756 #define SRAM2_ID (0x01UL << 17U) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1783 case SRAM2_ID: in HAL_PWREx_EnableRAMsContentStopRetention()
2033 case SRAM2_ID: in HAL_PWREx_DisableRAMsContentStopRetention()