Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h912 #define IS_PWR_SRAM1_STOP_RETENTION(RAMCONTENT) \ argument
913 ((((RAMCONTENT) & (~PWR_SRAM1_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))
915 #define IS_PWR_SRAM2_STOP_RETENTION(RAMCONTENT) \ argument
916 ((((RAMCONTENT) & (~PWR_SRAM2_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))
919 #define IS_PWR_SRAM3_STOP_RETENTION(RAMCONTENT) \ argument
920 ((((RAMCONTENT) & (~PWR_SRAM3_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))
923 #define IS_PWR_SRAM4_STOP_RETENTION(RAMCONTENT) \ argument
924 ((((RAMCONTENT) & (~PWR_SRAM4_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))
927 #define IS_PWR_SRAM5_STOP_RETENTION(RAMCONTENT) \ argument
928 ((((RAMCONTENT) & (~PWR_SRAM5_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h267 #define IS_PWR_RAM_STOP_RETENTION(RAMCONTENT) (((RAMCONTENT) == PWR_SRAM1_FULL_STOP_RETENTION) |… argument
268 … ((RAMCONTENT) == PWR_SRAM2_FULL_STOP_RETENTION) ||\
269 ((RAMCONTENT) == PWR_ICACHE_FULL_STOP_RETENTION))