Searched refs:RAMCONTENT (Results 1 – 2 of 2) sorted by relevance
912 #define IS_PWR_SRAM1_STOP_RETENTION(RAMCONTENT) \ argument913 ((((RAMCONTENT) & (~PWR_SRAM1_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))915 #define IS_PWR_SRAM2_STOP_RETENTION(RAMCONTENT) \ argument916 ((((RAMCONTENT) & (~PWR_SRAM2_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))919 #define IS_PWR_SRAM3_STOP_RETENTION(RAMCONTENT) \ argument920 ((((RAMCONTENT) & (~PWR_SRAM3_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))923 #define IS_PWR_SRAM4_STOP_RETENTION(RAMCONTENT) \ argument924 ((((RAMCONTENT) & (~PWR_SRAM4_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))927 #define IS_PWR_SRAM5_STOP_RETENTION(RAMCONTENT) \ argument928 ((((RAMCONTENT) & (~PWR_SRAM5_FULL_STOP)) == 0U) && ((RAMCONTENT) != 0U))[all …]
267 #define IS_PWR_RAM_STOP_RETENTION(RAMCONTENT) (((RAMCONTENT) == PWR_SRAM1_FULL_STOP_RETENTION) |… argument268 … ((RAMCONTENT) == PWR_SRAM2_FULL_STOP_RETENTION) ||\269 ((RAMCONTENT) == PWR_ICACHE_FULL_STOP_RETENTION))