Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lis2dw12/
Dlis2dw12.h105 uint8_t freefall_threshold; member
Dlis2dw12_trigger.c465 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()
Dlis2dw12.c623 .freefall_threshold = DT_INST_PROP(inst, ff_threshold),