Home
last modified time | relevance | path

Searched refs:iStoreLocation (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
DDecodeCommandBytes.c281 sfg->AccelBuffer.iStoreLocation = 0; in DecodeCommandBytes()
287 sfg->AccelBuffer.iStoreLocation = 1; in DecodeCommandBytes()
293 sfg->AccelBuffer.iStoreLocation = 2; in DecodeCommandBytes()
299 sfg->AccelBuffer.iStoreLocation = 3; in DecodeCommandBytes()
305 sfg->AccelBuffer.iStoreLocation = 4; in DecodeCommandBytes()
311 sfg->AccelBuffer.iStoreLocation = 5; in DecodeCommandBytes()
317 sfg->AccelBuffer.iStoreLocation = 6; in DecodeCommandBytes()
323 sfg->AccelBuffer.iStoreLocation = 7; in DecodeCommandBytes()
329 sfg->AccelBuffer.iStoreLocation = 8; in DecodeCommandBytes()
335 sfg->AccelBuffer.iStoreLocation = 9; in DecodeCommandBytes()
[all …]
DprecisionAccelerometer.c61 pthisAccelBuffer->iStoreLocation = pthisAccelBuffer->iStoreCounter = -1; in fInitializeAccelCalibration()
95 pthisAccelBuffer->fGsStored[pthisAccelBuffer->iStoreLocation][i] = in fUpdateAccelBuffer()
103 pthisAccelBuffer->iStoreLocation in fUpdateAccelBuffer()
111 *AccelCalPacketOn = pthisAccelBuffer->iStoreLocation; in fUpdateAccelBuffer()
DprecisionAccelerometer.h26 int16_t iStoreLocation; ///< -1 for none, 0 to 11 for the 12 storage locations member