Searched refs:IS_OB_HDP_PAGE (Results 1 – 2 of 2) sorted by relevance
1121 assert_param(IS_OB_HDP_PAGE(HDPStartPage)); in FLASH_OB_HDPConfig()1122 assert_param(IS_OB_HDP_PAGE(HDPEndPage)); in FLASH_OB_HDPConfig()
759 #define IS_OB_HDP_PAGE(PAGE) ((PAGE) < FLASH_HDP_BLOCK_NB) macro