Searched refs:IS_PWR_MEMORY_BLOCK (Results 1 – 4 of 4) sorted by relevance
426 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_ETHERNET_MEMORY_BLOCK) || \ macro432 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_RAM3_MEMORY_BLOCK) || \ macro438 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_RAM2_MEMORY_BLOCK) || \ macro
697 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()729 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
1262 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()1288 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
759 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_SRD_AHB_MEMORY_BLOCK) || \ macro