Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_controller.c112 static void ftfx_write_word_to_byte_address(uint8_t *dst, uint32_t word);
765 ftfx_write_word_to_byte_address(dst, kFCCOBx[1]); in FTFx_CMD_ReadOnce()
777 ftfx_write_word_to_byte_address(&dst[4], kFCCOBx[2]); in FTFx_CMD_ReadOnce()
782 ftfx_write_word_to_byte_address(&dst[4], kFCCOBx[2]); in FTFx_CMD_ReadOnce()
847 ftfx_write_word_to_byte_address(destaddress, kFCCOBx[1]); in FTFx_CMD_ReadResource()
851 ftfx_write_word_to_byte_address(destaddress, kFCCOBx[2]); in FTFx_CMD_ReadResource()
1401 static void ftfx_write_word_to_byte_address(uint8_t *dst, uint32_t word) in ftfx_write_word_to_byte_address() function