Home
last modified time | relevance | path

Searched refs:DISK_BLOCK_NUM (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c94 uint8_t msc_disk[DISK_BLOCK_NUM][DISK_BLOCK_SIZE] = {
199 *block_count = DISK_BLOCK_NUM; in tud_msc_capacity_cb()
Dtest_common.h10 DISK_BLOCK_NUM = 128 + 1, enumerator
Dtest_msc.c260 for (int block = 0; block < DISK_BLOCK_NUM; block++) { in erase_storage()