Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lis2dw12/
Dlis2dw12.c463 bool low_noise) in lis2dw12_set_low_noise() argument
474 ctrl6.low_noise = low_noise; in lis2dw12_set_low_noise()
519 LOG_DBG("low noise is %d", cfg->low_noise); in lis2dw12_init()
520 ret = lis2dw12_set_low_noise(dev, cfg->low_noise); in lis2dw12_init()
655 .low_noise = DT_INST_PROP(inst, low_noise), \
Dlis2dw12.h86 bool low_noise; member
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.h393 bool low_noise; member
Dadxl367.c1005 ret = adxl367_set_low_noise(dev, cfg->low_noise); in adxl367_probe()
1103 .low_noise = false, \
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c1240 .low_noise_mode = DT_INST_PROP(inst, low_noise), \