Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.c136 int mmc56x3_chip_set_decimation_filter(const struct device *dev, bool bw0, bool bw1) in mmc56x3_chip_set_decimation_filter() argument
142 data->ctrl1_cache |= (bw1 ? BIT(1) : 0); in mmc56x3_chip_set_decimation_filter()
145 config->bw1 = bw1; in mmc56x3_chip_set_decimation_filter()
200 ret = mmc56x3_chip_set_decimation_filter(dev, config->bw0, config->bw1); in mmc56x3_chip_init()
350 if ((new_config->bw0 != config->bw0) || (new_config->bw1 != config->bw1)) { in mmc56x3_chip_configure()
351 ret = mmc56x3_chip_set_decimation_filter(dev, new_config->bw0, new_config->bw1); in mmc56x3_chip_configure()
381 new_config.bw1 = val->val1 ? true : false; in mmc56x3_attr_set()
424 val->val1 = config->bw1; in mmc56x3_attr_get()
463 .bw1 = DT_INST_PROP(inst, bandwidth_selection_bits_1), \
Dmmc56x3.h97 bool bw1; member