Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160_trigger.c37 if (data->handler_drdy_gyr && (status & BMI160_STATUS_GYR_DRDY)) { in bmi160_handle_drdy()
Dbmi160.h146 #define BMI160_STATUS_GYR_DRDY BIT(6) macro