1
ARM Processors / Re: FatFs
« on: Today at 10:15:39 am »
ถ้า the function ที่มี forced mounting (opt = 1) ล้มเหลวด้วย FR_NOT_READY, มันหมายความว่า the filesystem object ถูกรีจีสเตอร์สำเร็จแล้วแต่ the volume ไม่พร้อมที่จะทำงานโดยทันที. The volume mount process จะถูกพยายามบน subsequent file/directroy function. ถ้าการจัดให้มีใช้ของ the disk I/O layer ไม่มี asynchronous media change detection, application program จำเป็นต้องดำเนินการ f_mount function หลังจากแต่ละ media change เพื่อบังคับเคลียร์ the filesystem object.
เพื่อยกเลิกการรีจีสเตอร์ the work area, ระบุ a NULL ให้กับ the fs, และดังนั้น the work area สามารถถูกทิ้ง. f_unmount function ถูกจัดให้มีใช้เป็น a macro.

QuickInfo
มีให้ใช้งานเสมอ.
Example

See Also
f_open, FATFS
เพื่อยกเลิกการรีจีสเตอร์ the work area, ระบุ a NULL ให้กับ the fs, และดังนั้น the work area สามารถถูกทิ้ง. f_unmount function ถูกจัดให้มีใช้เป็น a macro.

QuickInfo
มีให้ใช้งานเสมอ.
Example

See Also
f_open, FATFS