Changes between Version 2 and Version 3 of kernel_fat32
- Timestamp:
- Mar 28, 2015, 1:59:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_fat32
v2 v3 4 4 [[PageOutline]] 5 5 6 The [source:soft/giet_vm/giet_fat32/fat32.c fat32.c] and [source:soft/giet_vm/giet_fat32/fat32.h fat32.h] files define the data structures and functions that are used to access a FAT32 file system stored on a mass storage block device (such as BDV, HBA, SDC, or RDKperipherals).6 The [source:soft/giet_vm/giet_fat32/fat32.c fat32.c] and [source:soft/giet_vm/giet_fat32/fat32.h fat32.h] files define the data structures and functions that are used to access a FAT32 file system stored on a mass storage block device (such as the [wiki:bdv_driver BDV], [wiki:hba_driver HBA], [wiki:sdc_driver SDC], or [wiki:rdk_driver RDK] peripherals). 7 7 8 8 All the block device peripherals support a polling mode on the peripheral status register to detect the completion of a read or write access to the device, but some peripheral (BDV and HBA) support a descheduling mode for the calling task, with an interrupt to signal transfer completion.