Searched refs:INV_ICM42600_SENSOR_GYRO (Results 1 – 3 of 3) sorted by relevance
64 *odr |= INV_ICM42600_SENSOR_GYRO; in inv_icm42600_fifo_decode_packet()104 if (st->fifo.en & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_update_fifo_period()135 if (fifo_en & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_set_fifo_en()156 if ((fifo_en & INV_ICM42600_SENSOR_GYRO) && in inv_icm42600_get_packet_size()386 sensor = INV_ICM42600_SENSOR_GYRO; in inv_icm42600_buffer_postdisable()409 if (sensor == INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_postdisable()
14 #define INV_ICM42600_SENSOR_GYRO BIT(0) macro
125 fifo_en |= INV_ICM42600_SENSOR_GYRO; in inv_icm42600_gyro_update_scan_mode()783 if (odr & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_gyro_parse_fifo()
Completed in 6 milliseconds