Searched refs:prog_buf (Results 1 – 1 of 1) sorted by relevance
191 __attribute__ ((aligned(4))) static uint8_t prog_buf[CY_FLASH_SIZEOF_ROW]; in ARM_Flash_ProgramData() local225 memcpy(prog_buf, (const void *)row_address, CY_FLASH_SIZEOF_ROW); in ARM_Flash_ProgramData()226 memcpy(prog_buf + offset, data_ptr, chunk_size); in ARM_Flash_ProgramData()228 cy_status = Cy_Flash_ProgramRow(row_address, (const uint32_t *)prog_buf); in ARM_Flash_ProgramData()