Searched refs:FLASH_PAGE_ADDR_MASK (Results 1 – 2 of 2) sorted by relevance
95 #define FLASH_PAGE_ADDR_MASK (255U) /* Bitwise AND with page address is done to check the… macro
174 … ((uint32_t)address & FLASH_PAGE_ADDR_MASK) == 0U) in XMC_FLASH_ErasePages()