fx_file_one is only used within Fx_Dual_Instance.
 
Symbols
loading...
Files
loading...

fx_file_one variable

Syntax

FX_FILE fx_file_one;

References

LocationReferrerText
app_filex.c:55
FX_FILE fx_file_one;
app_filex.c:161fx_thread_one_entry()
status = fx_file_open(&sdio_disk, &fx_file_one, "STM32.TXT", FX_OPEN_FOR_WRITE);
app_filex.c:171fx_thread_one_entry()
status = fx_file_seek(&fx_file_one, 0);
app_filex.c:181fx_thread_one_entry()
status = fx_file_write(&fx_file_one, data, sizeof(data));
app_filex.c:191fx_thread_one_entry()
status = fx_file_close(&fx_file_one);
app_filex.c:210fx_thread_one_entry()
status = fx_file_open(&sdio_disk, &fx_file_one, "STM32.TXT", FX_OPEN_FOR_READ);
app_filex.c:220fx_thread_one_entry()
status = fx_file_seek(&fx_file_one, 0);
app_filex.c:230fx_thread_one_entry()
status = fx_file_read(&fx_file_one, read_buffer, sizeof(data), &bytes_read);
app_filex.c:240fx_thread_one_entry()
status = fx_file_close(&fx_file_one);

Type Use

Type of fx_file_one
fx_file_one
all items filtered out