Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c368 const bool has_gyro = FIELD_GET(FIFO_HEADER_GYRO, buffer[0]) == 1; in icm42688_fifo_decode() local
373 } else if (has_accel && has_gyro) { in icm42688_fifo_decode()
381 if (has_gyro) { in icm42688_fifo_decode()
424 } else if (IS_GYRO(chan_spec.chan_type) && has_gyro) { in icm42688_fifo_decode()