Home
last modified time | relevance | path

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

/LevelX-v6.3.0/samples/
Ddemo_filex_nand_flash.c37 FX_FILE my_file; variable
155 status = fx_file_open(&nand_disk, &my_file, "TEST.TXT", FX_OPEN_FOR_WRITE); in thread_0_entry()
166 status = fx_file_seek(&my_file, 0); in thread_0_entry()
177 status = fx_file_write(&my_file, " ABCDEFGHIJKLMNOPQRSTUVWXYZ\n", 28); in thread_0_entry()
188 status = fx_file_seek(&my_file, 0); in thread_0_entry()
199 status = fx_file_read(&my_file, local_buffer, 28, &actual); in thread_0_entry()
210 status = fx_file_close(&my_file); in thread_0_entry()
Ddemo_filex_nor_flash.c36 FX_FILE my_file; variable
154 status = fx_file_open(&nor_disk, &my_file, "TEST.TXT", FX_OPEN_FOR_WRITE); in thread_0_entry()
165 status = fx_file_seek(&my_file, 0); in thread_0_entry()
176 status = fx_file_write(&my_file, " ABCDEFGHIJKLMNOPQRSTUVWXYZ\n", 28); in thread_0_entry()
187 status = fx_file_seek(&my_file, 0); in thread_0_entry()
198 status = fx_file_read(&my_file, local_buffer, 28, &actual); in thread_0_entry()
209 status = fx_file_close(&my_file); in thread_0_entry()