Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.c132 uint32_t regionLength; in LRF_applySettings() local
159 regionLength = 0; /* Read segment next */ in LRF_applySettings()
192 regionLength = state->regionLength; in LRF_applySettings()
200 bufferAvailWords -= regionLength; in LRF_applySettings()
201 curEntry += regionLength; in LRF_applySettings()
208 state->regionLength = -bufferAvailWords; /* Signal number of words to skip */ in LRF_applySettings()
257 regionLength = segmentLength; in LRF_applySettings()
291 regionLength = 0; /* Read segment next */ in LRF_applySettings()
303 state->regionLength = regionLength; in LRF_applySettings()
311 if (regionLength == 0) in LRF_applySettings()
[all …]
DLRF.h179 uint32_t regionLength; member