Searched refs:segmentLength (Results 1 – 2 of 2) sorted by relevance
131 uint32_t segmentLength; in LRF_applySettings() local158 segmentLength = 0; /* Expect region header next */ in LRF_applySettings()191 segmentLength = state->segmentLength; in LRF_applySettings()196 totalLength -= segmentLength; in LRF_applySettings()205 segmentLength = -bufferAvailWords; /* Number of words left of segment */ in LRF_applySettings()207 totalLength += segmentLength; in LRF_applySettings()209 state->segmentLength = segmentLength; in LRF_applySettings()216 segmentLength = 0; in LRF_applySettings()221 …uming, totalLength:%d, segmentLength:%d address:0x%04X", totalLength, segmentLength, address & 0xf… in LRF_applySettings()229 while (totalLength + segmentLength > 0) in LRF_applySettings()[all …]
174 uint32_t segmentLength; member