Searched refs:scratch16 (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | output_stream.c | 71 int16_t scratch16 = 0; in sBufAppendZeros() local 74 sBufAppendItem(pDest, pIndex, (uint8_t *) &scratch16, 2); in sBufAppendZeros() 129 int16_t scratch16; // scratch int16_t in CreateAndSendPackets() local 213 scratch16 = (int16_t) (scratch32); in CreateAndSendPackets() 214 sBufAppendItem(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in CreateAndSendPackets() 219 scratch16 = (int16_t) (scratch32); in CreateAndSendPackets() 220 sBufAppendItem(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in CreateAndSendPackets() 225 scratch16 = (int16_t) (scratch32); in CreateAndSendPackets() 226 sBufAppendItem(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in CreateAndSendPackets() 250 scratch16 = (int16_t) (sfg->Mag.iBc[CHX] * 10) / (sfg->Mag.iCountsPeruT); in CreateAndSendPackets() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/demos/ |
D | orientaion_application_baremetal_agm01.c | 217 int16_t scratch16 = 0; in appendZerosOrientBuf() local 220 sBufAppendItem(pDest, pIndex, (uint8_t *) &scratch16, 2); in appendZerosOrientBuf() 275 int16_t scratch16; /* scratch int16_t */ in encodeOrientPacketStream() local 301 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 302 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 307 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 308 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 313 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 314 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 327 scratch16 = (int16_t) (sfg->Mag.iBc[CHX] * 10) / (sfg->Mag.iCountsPeruT); in encodeOrientPacketStream() [all …]
|
D | orientaion_application_baremetal_agm04.c | 216 int16_t scratch16 = 0; in appendZerosOrientBuf() local 219 sBufAppendItem(pDest, pIndex, (uint8_t *) &scratch16, 2); in appendZerosOrientBuf() 274 int16_t scratch16; /* scratch int16_t */ in encodeOrientPacketStream() local 300 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 301 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 306 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 307 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 312 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 313 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 326 scratch16 = (int16_t) (sfg->Mag.iBc[CHX] * 10) / (sfg->Mag.iCountsPeruT); in encodeOrientPacketStream() [all …]
|
D | orientaion_application_baremetal_agmp03.c | 215 int16_t scratch16 = 0; in appendZerosOrientBuf() local 218 sBufAppendItem(pDest, pIndex, (uint8_t *) &scratch16, 2); in appendZerosOrientBuf() 273 int16_t scratch16; /* scratch int16_t */ in encodeOrientPacketStream() local 299 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 300 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 305 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 306 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 311 scratch16 = (int16_t) (scratch32); in encodeOrientPacketStream() 312 updateOrientBuf(sUARTOutputBuffer, &iIndex, (uint8_t *) &scratch16, 2); in encodeOrientPacketStream() 325 scratch16 = (int16_t) (sfg->Mag.iBc[CHX] * 10) / (sfg->Mag.iCountsPeruT); in encodeOrientPacketStream() [all …]
|