Searched refs:writedst (Results 1 – 1 of 1) sorted by relevance
1403 uint8_t *writedst = dst; in ftfx_write_word_to_byte_address() local1405 if (0U == ((uint32_t)writedst % 4U)) in ftfx_write_word_to_byte_address()1407 *(uint32_t *)(uint32_t)writedst = word; in ftfx_write_word_to_byte_address()1414 *writedst = (uint8_t)((word >> (i * 8U)) & 0xFFU); in ftfx_write_word_to_byte_address()1415 writedst++; in ftfx_write_word_to_byte_address()