Searched refs:ftfx_read_word_from_byte_address (Results 1 – 1 of 1) sorted by relevance
109 static uint32_t ftfx_read_word_from_byte_address(const uint8_t *src);500 kFCCOBx[1] = ftfx_read_word_from_byte_address((const uint8_t *)src); in FTFx_CMD_Program()509 kFCCOBx[2] = ftfx_read_word_from_byte_address((const uint8_t *)src); in FTFx_CMD_Program()554 kFCCOBx[1] = ftfx_read_word_from_byte_address((const uint8_t *)src); in FTFx_CMD_ProgramOnce()567 kFCCOBx[2] = ftfx_read_word_from_byte_address(&src[4]); in FTFx_CMD_ProgramOnce()572 kFCCOBx[2] = ftfx_read_word_from_byte_address(&src[4]); in FTFx_CMD_ProgramOnce()1008 kFCCOBx[2] = ftfx_read_word_from_byte_address((const uint8_t *)expectedData); in FTFx_CMD_VerifyProgram()1378 static uint32_t ftfx_read_word_from_byte_address(const uint8_t *src) in ftfx_read_word_from_byte_address() function