Searched refs:put_fat (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.c | 1226 static FRESULT put_fat ( /* FR_OK(0):succeeded, !=0:error */ in put_fat() function 1377 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag() 1400 res = put_fat(obj->fs, lcl - obj->n_frag + 1, (obj->n_frag > 1) ? lcl - obj->n_frag + 2 : term); in fill_last_frag() 1436 res = put_fat(fs, pclst, 0xFFFFFFFF); in remove_chain() 1447 res = put_fat(fs, clst, 0); /* Mark the cluster 'free' on the FAT */ in remove_chain() 1587 res = put_fat(fs, ncl, 0xFFFFFFFF); /* Mark the new cluster 'EOC' */ in create_chain() 1589 res = put_fat(fs, clst, ncl); /* Link it from the previous one if needed */ in create_chain() 5424 res = put_fat(fs, clst, (n == 1) ? 0xFFFFFFFF : clst + 1);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 39777 .literal.put_fat 44536 .text.put_fat 0x00000000400d8d5c 0x14c esp-idf/fatfs/libfatfs.a(ff.c.obj)
|
D | overflow_esp32s2.map | 40625 .literal.put_fat 45587 .text.put_fat 0x00000000400896cc 0x14c esp-idf/fatfs/libfatfs.a(ff.c.obj)
|