Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash.c197 assert_param(IS_FLASH_USER_MEM_ADDRESS(FlashAddress)); in HAL_FLASH_Program()
316 assert_param(IS_FLASH_USER_MEM_ADDRESS(FlashAddress)); in HAL_FLASH_Program_IT()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash.h737 #define IS_FLASH_USER_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+… macro
752 #define IS_FLASH_USER_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) … macro