Searched refs:row_address (Results 1 – 1 of 1) sorted by relevance
224 uint32_t row_address = address / CY_FLASH_SIZEOF_ROW * CY_FLASH_SIZEOF_ROW; in ARM_Flash_ProgramData() local225 memcpy(prog_buf, (const void *)row_address, CY_FLASH_SIZEOF_ROW); in ARM_Flash_ProgramData()228 cy_status = Cy_Flash_ProgramRow(row_address, (const uint32_t *)prog_buf); in ARM_Flash_ProgramData()