Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.c131 uint32_t segmentLength; in LRF_applySettings() local
158 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 …]
DLRF.h174 uint32_t segmentLength; member