Searched refs:FLASH_SECTOR_ADDR_MASK (Results 1 – 2 of 2) sorted by relevance
97 #define FLASH_SECTOR_ADDR_MASK (4095U) /* Bitwise AND with sector address is done to check t… macro
250 … ((uint32_t)address & FLASH_SECTOR_ADDR_MASK) == 0U) in XMC_FLASH_EraseSector()