Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_decoder.c290 } else if (SENSOR_CHANNEL_IS_GYRO(chan_spec.chan_type)) { in lsm6dsv16x_decode_fifo()
361 if (!SENSOR_CHANNEL_IS_GYRO(chan_spec.chan_type)) { in lsm6dsv16x_decode_fifo()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h970 #define SENSOR_CHANNEL_IS_GYRO(chan) \ macro