Searched refs:freefall_threshold (Results 1 – 3 of 3) sorted by relevance
105 uint8_t freefall_threshold; member
465 LOG_DBG("FREEFALL: threshold is %02x", cfg->freefall_threshold); in lis2dw12_ff_init()466 rc = lis2dw12_ff_threshold_set(ctx, cfg->freefall_threshold); in lis2dw12_ff_init()
623 .freefall_threshold = DT_INST_PROP(inst, ff_threshold),