Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash.c197 assert_param(IS_FLASH_USER_MEM_ADDRESS(FlashAddress)); in HAL_FLASH_Program()
314 assert_param(IS_FLASH_USER_MEM_ADDRESS(FlashAddress)); in HAL_FLASH_Program_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash.h729 #define IS_FLASH_USER_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+… macro
744 #define IS_FLASH_USER_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) … macro