Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.c127 uint32_t totalLength = state->totalLength; in LRF_applySettings() local
148 if (totalLength == 0) in LRF_applySettings()
156 totalLength = curWord.segment.length; /* Total length is at least segment */ in LRF_applySettings()
162 if (totalLength > MAX_REG_CONFIG_LEN || totalLength == 0) in LRF_applySettings()
170 … Log_printf(RclCoreShort, Log_INFO, "New compound configration, length is %d", totalLength); in LRF_applySettings()
179 totalLength += 1; /* Simulate a compound header */ in LRF_applySettings()
181 Log_printf(RclCoreShort, Log_INFO, "New configration, length is %d", totalLength); in LRF_applySettings()
196 totalLength -= segmentLength; in LRF_applySettings()
207 totalLength += segmentLength; in LRF_applySettings()
210 state->totalLength = totalLength; in LRF_applySettings()
[all …]
DLRF.h173 int32_t totalLength; member
239 state->totalLength = 0; in LRF_resetSettingsState()