OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <string.h>
#include <logging/log.h>
#include "libutil.h"
#include "sensor.h"
#include "hal_i2c.h"
#include "pmbus.h"
#include "util_pmbus.h"
Macros | |
#define | E50SN12051_READ_VOUT_EXP_VALUE (1.0 / (1 << 9)) |
Functions | |
LOG_MODULE_REGISTER (e50sn12051) | |
uint8_t | e50sn12051_read (sensor_cfg *cfg, int *reading) |
uint8_t | e50sn12051_init (sensor_cfg *cfg) |
#define E50SN12051_READ_VOUT_EXP_VALUE (1.0 / (1 << 9)) |
uint8_t e50sn12051_init | ( | sensor_cfg * | cfg | ) |
uint8_t e50sn12051_read | ( | sensor_cfg * | cfg, |
int * | reading | ||
) |
LOG_MODULE_REGISTER | ( | e50sn12051 | ) |