Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/
Dfsl_fxls.h145 int16_t accelZ; /* Synthesized 12-bit Z-axis output acceleration data. */ member
Dfsl_fxls.c120 … accelData->accelZ = (int16_t)(uint16_t)(((uint16_t)tmp_buff[5] << 8) | (uint16_t)tmp_buff[4]); in FXLS_ReadAccelData()