Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.c65 struct mmc56x3_config *config = &data->config; in mmc56x3_chip_set_auto_self_reset()
88 struct mmc56x3_config *config = &data->config; in mmc56x3_chip_set_continuous_mode()
139 struct mmc56x3_config *config = &data->config; in mmc56x3_chip_set_decimation_filter()
196 const struct mmc56x3_config *config = &data->config; in mmc56x3_chip_init()
339 static int mmc56x3_chip_configure(const struct device *dev, struct mmc56x3_config *new_config) in mmc56x3_chip_configure()
342 struct mmc56x3_config *config = &data->config; in mmc56x3_chip_configure()
364 struct mmc56x3_config new_config = {}; in mmc56x3_attr_set()
407 struct mmc56x3_config *config = &data->config; in mmc56x3_attr_get()
Dmmc56x3.h94 struct mmc56x3_config { struct
102 struct mmc56x3_config config; argument