stepdown10
2.1.0.0
|
This file contains API for Step Down 10 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 | stepdown10_t |
Step Down 10 Click context object. More... | |
struct | stepdown10_cfg_t |
Step Down 10 Click configuration object. More... | |
Enumerations | |
enum | stepdown10_return_value_t { STEPDOWN10_OK = 0, STEPDOWN10_ERROR = -1 } |
Step Down 10 Click return value data. More... | |
Functions | |
void | stepdown10_cfg_setup (stepdown10_cfg_t *cfg) |
Step Down 10 configuration object setup function. More... | |
err_t | stepdown10_init (stepdown10_t *ctx, stepdown10_cfg_t *cfg) |
Step Down 10 initialization function. More... | |
err_t | stepdown10_default_cfg (stepdown10_t *ctx) |
Step Down 10 default configuration function. More... | |
err_t | stepdown10_generic_write (stepdown10_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
Step Down 10 I2C writing function. More... | |
err_t | stepdown10_generic_read (stepdown10_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
Step Down 10 I2C reading function. More... | |
void | stepdown10_set_en_pin (stepdown10_t *ctx, uint8_t pin_state) |
Step Down 10 set EN pin state function. More... | |
void | stepdown10_set_md (stepdown10_t *ctx, uint8_t mode) |
Step Down 10 mode selection function. More... | |
uint8_t | stepdown10_get_pg_state (stepdown10_t *ctx) |
Step Down 10 get PG pin state function. More... | |
err_t | stepdown10_set_wiper_pos (stepdown10_t *ctx, uint16_t wiper_pos) |
Step Down 10 set wiper position. More... | |
err_t | stepdown10_set_r2_resistance (stepdown10_t *ctx, uint32_t resistance) |
Step Down 10 set potentiometer resistance. More... | |
err_t | stepdown10_set_output (stepdown10_t *ctx, float voltage) |
Step Down 10 set output voltage. More... | |
This file contains API for Step Down 10 Click Driver.