digipot7 2.0.0.0
|
This file contains API for DIGI POT 7 Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | digipot7_t |
DIGI POT 7 Click context object. More... | |
struct | digipot7_cfg_t |
DIGI POT 7 Click configuration object. More... | |
Enumerations | |
enum | digipot7_return_value_t { DIGIPOT7_OK = 0 , DIGIPOT7_ERROR = -1 } |
DIGI POT 7 Click return value data. More... | |
Functions | |
void | digipot7_cfg_setup (digipot7_cfg_t *cfg) |
DIGI POT 7 configuration object setup function. | |
err_t | digipot7_init (digipot7_t *ctx, digipot7_cfg_t *cfg) |
DIGI POT 7 initialization function. | |
void | digipot7_generic_write (digipot7_t *ctx, uint8_t cmd, uint16_t data_byte) |
DIGI POT 7 I2C writing function. | |
uint16_t | digipot7_generic_read (digipot7_t *ctx, uint8_t cmd, uint8_t wiper_pos) |
DIGI POT 7 I2C reading function. | |
void | digipot7_hw_reset (digipot7_t *ctx) |
Hardware reset function. | |
void | digipot7_enable_write (digipot7_t *ctx) |
Enable write function. | |
uint16_t | digipot7_read_rdac (digipot7_t *ctx) |
Read RDAC function. | |
void | digipot7_write_rdac (digipot7_t *ctx, uint16_t rdac_data) |
Write RDAC function. | |
err_t | digipot7_set_resistance (digipot7_t *ctx, uint16_t res_ohm) |
Set resistance function. | |
void | digipot7_sw_reset (digipot7_t *ctx) |
Software reset function. | |
void | digipot7_store_wiper (digipot7_t *ctx) |
Store wiper setting function. | |
void | digipot7_operating_mode (digipot7_t *ctx, uint8_t mode) |
Set operating mode function. | |
uint16_t | digipot7_next_frame_read (digipot7_t *ctx, uint8_t wiper_location) |
Next frame read function. | |
uint16_t | digipot7_read_memory (digipot7_t *ctx) |
Read memory function. | |
uint8_t | digipot7_read_control (digipot7_t *ctx) |
Read control register function. | |
This file contains API for DIGI POT 7 Click Driver.