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

fx_file_two variable

Syntax

FX_FILE fx_file_two;

References

LocationReferrerText
app_filex.c:56
FX_FILE fx_file_two;
app_filex.c:342fx_thread_two_entry()
status = fx_file_open(&nor_flash_disk, &fx_file_two, "STM32.TXT", FX_OPEN_FOR_WRITE);
app_filex.c:352fx_thread_two_entry()
status = fx_file_seek(&fx_file_two, 0);
app_filex.c:361fx_thread_two_entry()
status = fx_file_write(&fx_file_two, data, sizeof(data));
app_filex.c:371fx_thread_two_entry()
status = fx_file_close(&fx_file_two);
app_filex.c:390fx_thread_two_entry()
status = fx_file_open(&nor_flash_disk, &fx_file_two, "STM32.TXT", FX_OPEN_FOR_READ);
app_filex.c:400fx_thread_two_entry()
status = fx_file_seek(&fx_file_two, 0);
app_filex.c:410fx_thread_two_entry()
status = fx_file_read(&fx_file_two, read_buffer, sizeof(data), &bytes_read);
app_filex.c:420fx_thread_two_entry()
status = fx_file_close(&fx_file_two);

Type Use

Type of fx_file_two
fx_file_two
all items filtered out