Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/icm42688p/
Dfsl_icm42688p.h72 int16_t gyroDataZ; member
Dfsl_icm42688p.c136 …sensorData->gyroDataZ = (int16_t)(uint16_t)(((uint16_t)fifoData[11] << 8U) | (uint16_t)fifoData[1… in ICM42688P_ReadSensorData()