Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/nxp/fxos8700/
Dfxos8700.c226 uint64_t ths = micro_ms2 / FXOS8700_FF_MT_THS_SCALE; in fxos8700_set_mt_ths() local
228 if (ths > FXOS8700_FF_MT_THS_MASK) { in fxos8700_set_mt_ths()
233 LOG_DBG("Set FF_MT_THS to %d", (uint8_t)ths); in fxos8700_set_mt_ths()
236 FXOS8700_FF_MT_THS_MASK, (uint8_t)ths); in fxos8700_set_mt_ths()