Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/
Dfsl_fxls.h144 int16_t accelY; /* Synthesized 12-bit Y-axis output acceleration data. */ member
Dfsl_fxls.c119 … accelData->accelY = (int16_t)(uint16_t)(((uint16_t)tmp_buff[3] << 8) | (uint16_t)tmp_buff[2]); in FXLS_ReadAccelData()