Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/sdmmc/include/
Dsdmmc_cmd.h65 size_t start_sector, size_t sector_count);
81 size_t start_sector, size_t sector_count);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c44 uint64_t capacity = ((uint64_t)info->sector_size * info->sector_count) / megabyte; in print_device_info()
49 printf("\t Sector count: %u\n", info->sector_count); in print_device_info()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h65 uint32_t sector_count; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c460 info->sector_count = dev->disk.block_count; in msc_host_get_device_info()