Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/tdk/icm42x70/
Dicm42x70_apex.c54 uint8_t int_status2, int_status3; in icm42x70_apex_fetch_from_dmp() local
58 rc |= inv_imu_read_reg(&data->driver, INT_STATUS3, 1, &int_status3); in icm42x70_apex_fetch_from_dmp()
61 if (int_status3 & (INT_STATUS3_STEP_DET_INT_MASK)) { in icm42x70_apex_fetch_from_dmp()
65 if (int_status3 & INT_STATUS3_STEP_CNT_OVF_INT_MASK) { in icm42x70_apex_fetch_from_dmp()
83 if (int_status3 & (INT_STATUS3_TILT_DET_INT_MASK)) { in icm42x70_apex_fetch_from_dmp()