OpenBIC
OpenSource Bridge-IC
lx6301.c File Reference
#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"
Include dependency graph for lx6301.c:

Macros

#define lx6301_READ_VOUT_EXP_VALUE   (1.0 / (1 << 10))
 

Functions

 LOG_MODULE_REGISTER (lx6301)
 
uint8_t lx6301_read (sensor_cfg *cfg, int *reading)
 
uint8_t lx6301_init (sensor_cfg *cfg)
 

Macro Definition Documentation

◆ lx6301_READ_VOUT_EXP_VALUE

#define lx6301_READ_VOUT_EXP_VALUE   (1.0 / (1 << 10))

Function Documentation

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( lx6301  )

◆ lx6301_init()

uint8_t lx6301_init ( sensor_cfg cfg)
Here is the call graph for this function:

◆ lx6301_read()

uint8_t lx6301_read ( sensor_cfg cfg,
int *  reading 
)
Here is the call graph for this function: