OpenBIC
OpenSource Bridge-IC
tmp461.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <logging/log.h>
#include "libutil.h"
#include "sensor.h"
#include "tmp461.h"
Include dependency graph for tmp461.c:

Functions

 LOG_MODULE_REGISTER (dev_tmp461)
 
bool tmp461_get_temp_range (sensor_cfg *cfg)
 
uint8_t tmp461_read (sensor_cfg *cfg, int *reading)
 
uint8_t tmp461_init (sensor_cfg *cfg)
 

Function Documentation

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( dev_tmp461  )

◆ tmp461_get_temp_range()

bool tmp461_get_temp_range ( sensor_cfg cfg)
Here is the call graph for this function:

◆ tmp461_init()

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

◆ tmp461_read()

uint8_t tmp461_read ( sensor_cfg cfg,
int *  reading 
)