Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
DDecodeCommandBytes.c70 int32 isum; // 32 bit command identifier in DecodeCommandBytes() local
81isum = ((((((int32)iCommandBuffer[0] << 8) | iCommandBuffer[1]) << 8) | iCommandBuffer[2]) << 8) |… in DecodeCommandBytes()
82 switch (isum) { in DecodeCommandBytes()