Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/icm42688p/
Dfsl_icm42688p.h71 int16_t gyroDataY; member
Dfsl_icm42688p.c135 …sensorData->gyroDataY = (int16_t)(uint16_t)(((uint16_t)fifoData[9] << 8U) | (uint16_t)fifoData[10… in ICM42688P_ReadSensorData()