Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tmp116.h File Reference
#include <zephyr/device.h>
#include <sys/types.h>

Go to the source code of this file.

Macros

#define EEPROM_TMP116_SIZE   (4 * sizeof(uint16_t))
 

Functions

int tmp116_eeprom_read (const struct device *dev, off_t offset, void *data, size_t len)
 
int tmp116_eeprom_write (const struct device *dev, off_t offset, const void *data, size_t len)
 

Macro Definition Documentation

◆ EEPROM_TMP116_SIZE

#define EEPROM_TMP116_SIZE   (4 * sizeof(uint16_t))

Function Documentation

◆ tmp116_eeprom_read()

int tmp116_eeprom_read ( const struct device dev,
off_t  offset,
void *  data,
size_t  len 
)

◆ tmp116_eeprom_write()

int tmp116_eeprom_write ( const struct device dev,
off_t  offset,
const void *  data,
size_t  len 
)