Home
last modified time | relevance | path

Searched refs:SRAM2Size (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c751 HAL_StatusTypeDef HAL_PWREx_SetSRAM2ContentRetention(uint32_t SRAM2Size) in HAL_PWREx_SetSRAM2ContentRetention() argument
753 assert_param(IS_PWR_SRAM2_RETENTION(SRAM2Size)); in HAL_PWREx_SetSRAM2ContentRetention()
755 if (SRAM2Size == PWR_NO_SRAM2_RETENTION) in HAL_PWREx_SetSRAM2ContentRetention()
759 else if (SRAM2Size == PWR_FULL_SRAM2_RETENTION) in HAL_PWREx_SetSRAM2ContentRetention()
764 else if (SRAM2Size == PWR_4KBYTES_SRAM2_RETENTION) in HAL_PWREx_SetSRAM2ContentRetention()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h874 __STATIC_INLINE void LL_PWR_SetSRAM2ContentRetention(uint32_t SRAM2Size) in LL_PWR_SetSRAM2ContentRetention() argument
876 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2Size); in LL_PWR_SetSRAM2ContentRetention()
Dstm32l4xx_hal_pwr_ex.h858 HAL_StatusTypeDef HAL_PWREx_SetSRAM2ContentRetention(uint32_t SRAM2Size);