Home
last modified time | relevance | path

Searched refs:writedst (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c1403 uint8_t *writedst = dst; in ftfx_write_word_to_byte_address() local
1405 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()