Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c1381 const uint8_t *readsrc = src; in ftfx_read_word_from_byte_address() local
1383 if (0U == ((uint32_t)readsrc % 4U)) in ftfx_read_word_from_byte_address()
1385 word = *(const uint32_t *)(uint32_t)readsrc; in ftfx_read_word_from_byte_address()
1392 word |= (uint32_t)(*readsrc) << (i * 8U); in ftfx_read_word_from_byte_address()
1393 readsrc++; in ftfx_read_word_from_byte_address()