Searched refs:readsrc (Results 1 – 1 of 1) sorted by relevance
1381 const uint8_t *readsrc = src; in ftfx_read_word_from_byte_address() local1383 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()