FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the pa...
FR_OK = 0,/* (0) Succeeded */ FR_DISK_ERR,/* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR,/* (2) Assertion failed */ FR_NOT_READY,/* (3) The physical drive cannot work */ FR_NO_FILE,/* (4) Could not find the file */ FR_NO_PATH,/*...
FR_OK = 0,/* (0) Succeeded */ FR_DISK_ERR,/* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR,/* (2) Assertion failed */ FR_NOT_READY,/* (3) The physical drive cannot work */ FR_NO_FILE,/* (4) Could not find the file */ FR_NO_PATH,/*...
"FR_INT_ERR:断言失败", /* (2) Assertion failed */ "FR_NOT_READY:物理驱动没有工作", /* (3) The physical drive cannot work */ "FR_NO_FILE:文件不存在", /* (4) Could not find the file */ "FR_NO_PATH:路径不存在", /* (5) Could not find the path */ ...
FR_OK = 0,/* (0) Succeeded */ FR_DISK_ERR,/* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR,/* (2) Assertion failed */ FR_NOT_READY,/* (3) The physical drive cannot work */ FR_NO_FILE,/* (4) Could not find the file */ FR_...
"FR_OK:成功", /* (0) Succeeded */ "FR_DISK_ERR:底层硬件错误", /* (1) A hard error occurred in the low level disk I/O layer */ "FR_INT_ERR:断言失败", /* (2) Assertion failed */ "FR_NOT_READY:物理驱动没有工作", /* (3) The physicaldrive cannot work */ ...
"FR_OK:成功",/*(0)Succeeded */ "FR_DISK_ER:R底层硬件错误",/*(1)Aharderror occurredinthelowleveldiskI/Olayer*/ "FR_INT_ERR:断言失败",/*(2)Assertion failed*/ "FR_NOT_READ:Y物理驱动没有工作",/*(3)Thephysical drivecannotwork*/ ...
7、* (1) A hard error occurred in the low level disk I/O layer */ "FR_INT_ERR:断言失败", /* (2) Assertion failed */ "FR_NOT_READY:物理驱动没有工作", /* (3) The physical drive cannot work */ "FR_NO_FILE:文件不存在", /* (4) Could not find the file */ "FR_NO_PATH...
FR_INT_ERR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENI...
FR_INT_ERROR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENIED, ...