Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dinfoblock.c67 int lengthtocopy; in infoblock_read() local
115 lengthtocopy = INFOBLOCK_LINE_SIZE - INFOBLOCK_LINE_OVERHEAD; in infoblock_read()
118 lengthtocopy = INFOBLOCK_LINE_SIZE; in infoblock_read()
143 lengthtocopy = INFOBLOCK_LINE_SIZE - INFOBLOCK_LINE_OVERHEAD; in infoblock_read()
151 if (lengthtocopy > length) { in infoblock_read()
152 lengthtocopy = length; in infoblock_read()
154 memcpy(data, oneinfoblockline, lengthtocopy); in infoblock_read()
155 data += lengthtocopy; in infoblock_read()
156 length -= lengthtocopy; in infoblock_read()