Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c159 if (uf2->BlockIndex < block_max) { in bootuf2block_check_writable()
160 uint8_t mask = 1 << (uf2->BlockIndex % 8); in bootuf2block_check_writable()
161 uint32_t pos = uf2->BlockIndex / 8; in bootuf2block_check_writable()
187 if (uf2->BlockIndex < block_max) { in bootuf2block_state_update()
188 uint8_t mask = 1 << (uf2->BlockIndex % 8); in bootuf2block_state_update()
189 uint32_t pos = uf2->BlockIndex / 8; in bootuf2block_state_update()
199 uf2->NumberOfBllock, STATE->NumberOfWritten, uf2->BlockIndex); in bootuf2block_state_update()
429 uf2->BlockIndex); in bootuf2_write_sector()
A Dbootuf2.h34 uint32_t BlockIndex; member

Completed in 4 milliseconds