Home
last modified time | relevance | path

Searched refs:sector (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_mount.c95 UINT _ux_host_class_storage_media_mount(UX_HOST_CLASS_STORAGE *storage, ULONG sector) in _ux_host_class_storage_media_mount() argument
100 UX_PARAMETER_NOT_USED(sector); in _ux_host_class_storage_media_mount()
107 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_CLASS_STORAGE_MEDIA_MOUNT, storage, sector, 0, 0, UX_TRACE_H… in _ux_host_class_storage_media_mount()
137 status = _ux_host_class_storage_media_read(storage, sector, 1, sector_memory); in _ux_host_class_storage_media_mount()
181 _ux_host_class_storage_media_open(storage, sector); in _ux_host_class_storage_media_mount()
187 _ux_host_class_storage_partition_read(storage, sector_memory, sector); in _ux_host_class_storage_media_mount()
Dux_host_class_storage_partition_read.c82 …st_class_storage_partition_read(UX_HOST_CLASS_STORAGE *storage, UCHAR *sector_memory, ULONG sector) in _ux_host_class_storage_partition_read() argument
87 UX_PARAMETER_NOT_USED(sector); in _ux_host_class_storage_partition_read()
114 …status = _ux_host_class_storage_media_open(storage, sector + _ux_utility_long_get(sector_memory +… in _ux_host_class_storage_partition_read()
122 …status = _ux_host_class_storage_media_mount(storage, sector + _ux_utility_long_get(sector_memory … in _ux_host_class_storage_partition_read()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h640 UINT _ux_host_class_storage_media_mount(UX_HOST_CLASS_STORAGE *storage, ULONG sector);
648 …t_class_storage_partition_read(UX_HOST_CLASS_STORAGE *storage, UCHAR *sector_memory, ULONG sector);
/USBX-v6.2.1/docs/
Drevision_history.txt1837 …port_bo.c Added support for large SCSI read requests/write to make the number of sector read
1868 …torage_media_mount.c Fixed possible endianness issue when parsing the partition/boot sector