Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/device/class/
Dmsc.c230 static uint32_t curr_lba; variable
280 curr_lba = 0U; in msd_init()
472 curr_lba += 1; in thread_memory_read_done()
487 if (curr_lba >= block_count) { in memoryRead()
488 LOG_WRN("Attempt to read past end of device: lba=%u", curr_lba); in memoryRead()
496 LOG_DBG("Signal thread for %u", curr_lba); in memoryRead()
533 curr_lba = n; in infoTransfer()
686 if (curr_lba >= block_count) { in memoryVerify()
687 LOG_WRN("Attempt to read past end of device: lba=%u", curr_lba); in memoryVerify()
696 LOG_DBG("Disk READ sector %u", curr_lba); in memoryVerify()
[all …]