Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/accel/
Dmma8452.c52 #define MMA8452_FF_MT_CFG_OAE BIT(6) macro
652 return !(val & MMA8452_FF_MT_CFG_OAE); in mma8452_freefall_mode_enabled()
671 val &= ~MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
676 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
996 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_write_event_config()