Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h426 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_ETHERNET_MEMORY_BLOCK) || \ argument
427 ((BLOCK) == PWR_RAM3_MEMORY_BLOCK) || \
428 ((BLOCK) == PWR_RAM2_16_MEMORY_BLOCK) || \
429 ((BLOCK) == PWR_RAM2_48_MEMORY_BLOCK) || \
430 ((BLOCK) == PWR_RAM1_MEMORY_BLOCK))
432 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_RAM3_MEMORY_BLOCK) || \ argument
433 ((BLOCK) == PWR_RAM2_LOW_16_MEMORY_BLOCK) || \
434 ((BLOCK) == PWR_RAM2_HIGH_16_MEMORY_BLOCK) || \
435 ((BLOCK) == PWR_RAM2_48_MEMORY_BLOCK) || \
436 ((BLOCK) == PWR_RAM1_MEMORY_BLOCK))
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h759 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_SRD_AHB_MEMORY_BLOCK) || \ argument
760 ((BLOCK) == PWR_USB_FDCAN_MEMORY_BLOCK) || \
761 ((BLOCK) == PWR_GFXMMU_JPEG_MEMORY_BLOCK) || \
762 ((BLOCK) == PWR_TCM_ECM_MEMORY_BLOCK) || \
763 ((BLOCK) == PWR_RAM1_AHB_MEMORY_BLOCK) || \
764 ((BLOCK) == PWR_RAM2_AHB_MEMORY_BLOCK) || \
765 ((BLOCK) == PWR_RAM1_AXI_MEMORY_BLOCK) || \
766 ((BLOCK) == PWR_RAM2_AXI_MEMORY_BLOCK) || \
767 ((BLOCK) == PWR_RAM3_AXI_MEMORY_BLOCK))