Home
last modified time | relevance | path

Searched refs:IS_PWR_MEMORY_BLOCK (Results 1 – 4 of 4) 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) || \ macro
432 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_RAM3_MEMORY_BLOCK) || \ macro
438 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_RAM2_MEMORY_BLOCK) || \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c697 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()
729 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1262 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()
1288 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h759 #define IS_PWR_MEMORY_BLOCK(BLOCK) (((BLOCK) == PWR_SRD_AHB_MEMORY_BLOCK) || \ macro