Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mfd/
Dnpm1300.h54 int mfd_npm1300_reg_read_burst(const struct device *dev, uint8_t base, uint8_t offset, void *data,
/Zephyr-latest/drivers/mfd/
Dmfd_npm1300.c98 ret = mfd_npm1300_reg_read_burst(data->dev, MAIN_BASE, 0U, buf, sizeof(buf)); in work_callback()
187 int mfd_npm1300_reg_read_burst(const struct device *dev, uint8_t base, uint8_t offset, void *data, in mfd_npm1300_reg_read_burst() function
198 return mfd_npm1300_reg_read_burst(dev, base, offset, data, 1U); in mfd_npm1300_reg_read()
/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c292 ret = mfd_npm1300_reg_read_burst(config->mfd, ADC_BASE, ADC_OFFSET_RESULTS, &results, in npm1300_charger_sample_fetch()