Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.h105 uint8_t ctrl1_cache; member
Dmmc56x3.c141 data->ctrl1_cache |= (bw0 ? BIT(0) : 0); in mmc56x3_chip_set_decimation_filter()
142 data->ctrl1_cache |= (bw1 ? BIT(1) : 0); in mmc56x3_chip_set_decimation_filter()
147 return mmc56x3_reg_write(dev, MMC56X3_REG_INTERNAL_CTRL_1, data->ctrl1_cache); in mmc56x3_chip_set_decimation_filter()