Searched refs:max1125x_read_reg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/adc/ |
D | adc_max1125x.c | 244 static int max1125x_read_reg(const struct device *dev, enum max1125x_reg reg_addr, uint8_t *buffer, in max1125x_read_reg() function 429 max1125x_read_reg(dev, MAX1125X_REG_CHMAP1, chmap1_register, MAX1125X_REG_CHMAP1_LEN); in max1125x_configure_chmap() 438 max1125x_read_reg(dev, MAX1125X_REG_CHMAP0, chmap0_register, MAX1125X_REG_CHMAP0_LEN); in max1125x_configure_chmap() 508 max1125x_read_reg(dev, MAX1125X_REG_SEQ, &seq_register, MAX1125X_REG_SEQ_LEN); in max1125x_channel_setup()
|