Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.c34 static inline int mmc56x3_reg_read(const struct device *dev, uint8_t reg, uint8_t *buf, int size) in mmc56x3_reg_read() function
161 ret = mmc56x3_reg_read(dev, MMC56X3_REG_ID, &chip_id, 1); in mmc56x3_chip_init()
219 ret = mmc56x3_reg_read(dev, MMC56X3_REG_STATUS, &status, 1); in mmc56x3_wait_until_ready()
256 ret = mmc56x3_reg_read(dev, MMC56X3_REG_TEMP, &raw_temp, 1); in mmc56x3_sample_fetch_helper()