templog6 2.0.0.0
|
This file contains API for Temp Log 6 Click driver. More...
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | templog6_t |
Click ctx object definition. More... | |
struct | templog6_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | templog6_cfg_setup (templog6_cfg_t *cfg) |
Config Object Initialization function. | |
TEMPLOG6_RETVAL | templog6_init (templog6_t *ctx, templog6_cfg_t *cfg) |
Initialization function. | |
void | templog6_default_cfg (templog6_t *ctx) |
Click Default Configuration function. | |
void | templog6_generic_write (templog6_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic write function. | |
void | templog6_generic_read (templog6_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic read function. | |
void | templog6_write_byte (templog6_t *ctx, uint8_t reg, uint8_t data_buf) |
Write one byte function. | |
uint8_t | templog6_read_byte (templog6_t *ctx, uint8_t reg) |
Read one byte function. | |
uint8_t | templog6_get_interrupt (templog6_t *ctx) |
Gets interrupt. | |
This file contains API for Temp Log 6 Click driver.