Searched refs:disk (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | diskio_usb.c | 36 usb_disk_t *disk = s_disks[pdrv]; in usb_disk_read() local 37 size_t sector_size = disk->block_size; in usb_disk_read() 38 msc_device_t *dev = __containerof(disk, msc_device_t, disk); in usb_disk_read() 58 usb_disk_t *disk = s_disks[pdrv]; in usb_disk_write() local 59 size_t sector_size = disk->block_size; in usb_disk_write() 60 msc_device_t *dev = __containerof(disk, msc_device_t, disk); in usb_disk_write() 78 usb_disk_t *disk = s_disks[pdrv]; in usb_disk_ioctl() local 84 *((DWORD *) buff) = disk->block_count; in usb_disk_ioctl() 87 *((WORD *) buff) = disk->block_size; in usb_disk_ioctl() 95 void ff_diskio_register_msc(BYTE pdrv, usb_disk_t *disk) in ff_diskio_register_msc() argument [all …]
|
D | msc_host.c | 376 msc_device->disk.block_size = block_size; in msc_host_install_device() 377 msc_device->disk.block_count = block_count; in msc_host_install_device() 407 return scsi_cmd_read10(dev, data, sector, 1, dev->disk.block_size); in msc_host_read_sector() 415 return scsi_cmd_write10(dev, data, sector, 1, dev->disk.block_size); in msc_host_write_sector() 459 info->sector_size = dev->disk.block_size; in msc_host_get_device_info() 460 info->sector_count = dev->disk.block_count; in msc_host_get_device_info()
|
D | msc_host_vfs.c | 69 size_t block_size = dev->disk.block_size; in msc_host_vfs_register() 77 ff_diskio_register_msc(pdrv, &dev->disk); in msc_host_vfs_register()
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00readme.txt | 11 diskio.h Common include file for FatFs and disk I/O module. 12 diskio.c An example of glue function to attach existing disk I/O module to FatFs. 17 Low level disk I/O module is not included in this archive because the FatFs 19 storage device. You need to provide a low level disk I/O module written to
|
D | 00history.txt | 214 Fixed a hard error in the disk I/O layer can collapse the directory entry. 224 Fixed a potential problem of FAT access that can appear on disk error.
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/private_include/ |
D | diskio_usb.h | 27 void ff_diskio_register_msc(uint8_t pdrv, usb_disk_t *disk); 35 uint8_t ff_diskio_get_pdrv_disk(const usb_disk_t *disk);
|
D | msc_common.h | 42 usb_disk_t disk; member
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | fatfs.rst | 8 Additionally, FatFs has been modified to support the runtime pluggable disk I/O layer. This allows … 26 2. Call :cpp:func:`ff_diskio_register` to register the disk I/O driver for the drive number used in… 40 …th NULL ``ff_diskio_impl_t*`` argument and the same drive number to unregister the disk I/O driver. 73 FatFS disk IO layer 76 FatFs has been extended with API functions that register the disk I/O driver at runtime. 78 They provide implementation of disk I/O functions for SD/MMC cards and can be registered for the gi…
|
D | nvs_flash.rst | 80 … be encrypted using AES-XTS in the manner similar to the one mentioned in disk encryption standard…
|
/hal_espressif-3.6.0/components/json/ |
D | README | 77 Back to disk?
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | core_dump.rst | 108 <body of base64-encoded core dump, save it to file on disk>
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 810 + Rework and simplify the FreeRTOS+FAT SL RAM disk driver.
|
/hal_espressif-3.6.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 3578 property infringement, a defective or damaged disk or other medium, a
|