Searched refs:XMC_FLASH_WORDS_PER_PAGE (Results 1 – 4 of 4) sorted by relevance
282 for (idx = 0U; idx < XMC_FLASH_WORDS_PER_PAGE; idx += 2U) in XMC_FLASH_ProgramPage()424 for (uint32_t idx = 0U; idx < (XMC_FLASH_WORDS_PER_PAGE - XMC_FLASH_BMI_STRING_WORDS); idx += 2U) in XMC_FLASH_InstallBMI()454 …for (idx = 0U; idx < (XMC_FLASH_WORDS_PER_PAGE - XMC_FLASH_PROTECTION_CONFIGURATION_WORDS); idx +=… in XMC_FLASH_InstallProtection()480 for (idx = 0UL; idx < (XMC_FLASH_WORDS_PER_PAGE - XMC_FLASH_PROT_CONFIRM_WORDS); idx += 2U) in XMC_FLASH_ConfirmProtection()
186 address += XMC_FLASH_WORDS_PER_PAGE; in XMC_FLASH_ErasePages()
89 #define XMC_FLASH_WORDS_PER_PAGE (64U) /**< Number of words in a page. (16 blocks * 4 words = … macro
99 #define XMC_FLASH_WORDS_PER_PAGE (64UL) /**< Number of words in a page (256 bytes / 4 byte… macro