Searched refs:INA219_SCALING_FACTOR (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/ina219/ | ||
D | ina219.h | 46 #define INA219_SCALING_FACTOR 4096000 macro |
D | ina219.c | 98 cal = INA219_SCALING_FACTOR / ((cfg->r_shunt) * (cfg->current_lsb)); in ina219_set_calib() |