Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.c124 int32_t bufferAvailWords) in LRF_applySettings() argument
129 (void)bufferAvailWords; in LRF_applySettings()
150 if (bufferAvailWords < 2) in LRF_applySettings()
175 bufferAvailWords--; /* Decrement available words */ in LRF_applySettings()
200 bufferAvailWords -= regionLength; in LRF_applySettings()
202 if (bufferAvailWords < 0) in LRF_applySettings()
205 segmentLength = -bufferAvailWords; /* Number of words left of segment */ in LRF_applySettings()
208 state->regionLength = -bufferAvailWords; /* Signal number of words to skip */ in LRF_applySettings()
251 bufferAvailWords -= skipSegmentLength + 1; in LRF_applySettings()
254 if (bufferAvailWords < 0) in LRF_applySettings()
[all …]
DLRF.h250 int32_t bufferAvailWords);