Home
last modified time | relevance | path

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

/LevelX-v6.3.0/samples/
Ddemo_filex_nand_flash.c96 ULONG actual; in thread_0_entry() local
199 status = fx_file_read(&my_file, local_buffer, 28, &actual); in thread_0_entry()
202 if ((status != FX_SUCCESS) || (actual != 28)) in thread_0_entry()
Ddemo_filex_nor_flash.c95 ULONG actual; in thread_0_entry() local
198 status = fx_file_read(&my_file, local_buffer, 28, &actual); in thread_0_entry()
201 if ((status != FX_SUCCESS) || (actual != 28)) in thread_0_entry()