Searched refs:avg_mode (Results 1 – 2 of 2) sorted by relevance
54 __ASSERT_NO_MSG(cfg->avg_mode < 8); in ina3221_init()103 reg_data = (cfg->conv_time_shunt << 3) | (cfg->conv_time_bus << 6) | (cfg->avg_mode << 9) | in ina3221_init()163 K_USEC(avg_mode_samples[cfg->avg_mode] * in ina3221_sample_fetch()171 K_USEC(avg_mode_samples[cfg->avg_mode] * in ina3221_sample_fetch()179 K_USEC(avg_mode_samples[cfg->avg_mode] * in ina3221_sample_fetch()279 .avg_mode = DT_INST_PROP(index, avg_mode), \
68 enum ina3221_avg_mode avg_mode; member