OpenBIC
OpenSource Bridge-IC
cx7.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <logging/log.h>
#include "libutil.h"
#include "sensor.h"
#include "pldm.h"
#include "hal_i2c.h"
Include dependency graph for cx7.c:

Functions

 LOG_MODULE_REGISTER (cx7)
 
uint8_t cx7_read (sensor_cfg *cfg, int *reading)
 
uint8_t cx7_init (sensor_cfg *cfg)
 

Function Documentation

◆ cx7_init()

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

◆ cx7_read()

uint8_t cx7_read ( sensor_cfg cfg,
int *  reading 
)

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( cx7  )