Searched refs:freefall_duration (Results 1 – 3 of 3) sorted by relevance
104 uint8_t freefall_duration; member
456 duration = (lis2dw12->odr * cfg->freefall_duration) / 1000; in lis2dw12_ff_init()458 LOG_DBG("FREEFALL: duration is %d ms", cfg->freefall_duration); in lis2dw12_ff_init()
622 .freefall_duration = DT_INST_PROP(inst, ff_duration), \