|
uv4
2.0.0.0
|
This file contains API for UV 4 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 | uv4_t |
| Click ctx object definition. More... | |
| struct | uv4_cfg_t |
| Click configuration structure definition. More... | |
Functions | |
| void | uv4_cfg_setup (uv4_cfg_t *cfg) |
| Config Object Initialization function. More... | |
| UV4_RETVAL | uv4_init (uv4_t *ctx, uv4_cfg_t *cfg) |
| Initialization function. More... | |
| void | uv4_default_cfg (uv4_t *ctx) |
| Click Default Configuration function. More... | |
| UV4_RETVAL | uv4_write_reg (uv4_t *ctx, const uint8_t reg_address, const uint8_t transfer_data) |
| Generic write function. More... | |
| UV4_RETVAL | uv4_read_reg (uv4_t *ctx, uint8_t reg_address, uint8_t *data_out, uint8_t n_bytes) |
| Generic read function. More... | |
| UV4_RETVAL | uv4_write_param_data (uv4_t *ctx, uint8_t param_address, uint8_t transfer_data) |
| Parameter Data Write Function. More... | |
| UV4_RETVAL | uv4_read_param_data (uv4_t *ctx, uint8_t param_address, uint8_t *param_out) |
| Parameter Data Read Function. More... | |
| void | uv4_read_measurements (uv4_t *ctx, uint32_t *measure_out) |
| Measurements Read Function. More... | |
| UV4_RETVAL | uv4_check_err_and_ctr (uv4_t *ctx, uint8_t *cnt_data) |
| Error And Counter Check function. More... | |
| UV4_RETVAL | uv4_check_interr (uv4_t *ctx) |
| Error And Counter Check function. More... | |
This file contains API for UV 4 Click driver.