FatFs + 0/7 examples
CodeScope will show references to FRESULT::FR_INT_ERR from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

FRESULT::FR_INT_ERR

Syntax

FR_INT_ERR;

Examples

FRESULT::FR_INT_ERR is referenced by 7 libraries and example projects.

References

LocationReferrerText
ff.h:217
FR_INT_ERR, /* (2) Assertion failed */
ff.c:856dec_lock()
res = FR_INT_ERR; /* Invalid index nunber */
ff.c:1089put_fat()
FRESULT res = FR_INT_ERR;
ff.c:1287remove_chain()
if (clst < 2 || clst >= fs->n_fatent) return FR_INT_ERR; /* Check if in valid range */
ff.c:1299remove_chain()
if (nxt == 1) return FR_INT_ERR; /* Internal error? */
ff.c:1480dir_sdi()
return FR_INT_ERR;
ff.c:1490dir_sdi()
if (ofs / SZDIRE >= fs->n_rootdir) return FR_INT_ERR; /* Is index out of range? */
ff.c:1498dir_sdi()
if (clst < 2 || clst >= fs->n_fatent) return FR_INT_ERR; /* Reached to end of table or internal error */
ff.c:1504dir_sdi()
if (!dp->sect) return FR_INT_ERR;
ff.c:1544dir_next()
if (clst <= 1) return FR_INT_ERR; /* Internal error */
ff.c:1553dir_next()
if (clst == 1) return FR_INT_ERR; /* Internal error */
ff.c:2420dir_remove()
if (res == FR_NO_FILE) res = FR_INT_ERR;
ff.c:3282f_mount()
if (!ff_del_syncobj(cfs->sobj)) return FR_INT_ERR;
ff.c:3290f_mount()
if (!ff_cre_syncobj((BYTE)vol, &fs->sobj)) return FR_INT_ERR;
ff.c:3429f_open()
if (!fp->obj.lockid) res = FR_INT_ERR;
ff.c:3478f_open()
if (clst <= 1) res = FR_INT_ERR;
ff.c:3484f_open()
res = FR_INT_ERR;
ff.c:3550f_read()
if (clst < 2) ABORT(fs, FR_INT_ERR);
ff.c:3555f_read()
if (!sect) ABORT(fs, FR_INT_ERR);
ff.c:3656f_write()
if (clst == 1) ABORT(fs, FR_INT_ERR);
ff.c:3670f_write()
if (!sect) ABORT(fs, FR_INT_ERR);
ff.c:4036f_lseek()
if (cl <= 1) ABORT(fs, FR_INT_ERR);
ff.c:4056f_lseek()
if (!dsc) ABORT(fs, FR_INT_ERR);
ff.c:4097f_lseek()
if (clst == 1) ABORT(fs, FR_INT_ERR);
ff.c:4123f_lseek()
if (clst <= 1 || clst >= fs->n_fatent) ABORT(fs, FR_INT_ERR);
ff.c:4129f_lseek()
if (!nsect) ABORT(fs, FR_INT_ERR);
ff.c:4417f_getfree()
if (stat == 1) { res = FR_INT_ERR; break; }
ff.c:4496f_truncate()
if (ncl == 1) res = FR_INT_ERR;
ff.c:4648f_mkdir()
if (dcl == 1) res = FR_INT_ERR;
ff.c:4785f_rename()
res = FR_INT_ERR;