|
void | uvb_cfg_setup (uvb_cfg_t *cfg) |
| UVB configuration object setup function. More...
|
|
err_t | uvb_init (uvb_t *ctx, uvb_cfg_t *cfg) |
| UVB initialization function. More...
|
|
err_t | uvb_default_cfg (uvb_t *ctx) |
| UVB default configuration function. More...
|
|
err_t | uvb_generic_write (uvb_t *ctx, uint8_t reg, uint8_t *tx_buf, uint8_t tx_len) |
| UVB I2C writing function. More...
|
|
err_t | uvb_generic_read (uvb_t *ctx, uint8_t reg, uint8_t *rx_buf, uint8_t rx_len) |
| UVB I2C reading function. More...
|
|
void | uvb_configuration (uvb_t *ctx, uint8_t reg, uint8_t cfg) |
| Configuration register. More...
|
|
uint8_t | uvb_read_byte (uvb_t *ctx, uint8_t reg) |
| Read one byte data from register. More...
|
|
err_t | uvb_check_communication (uvb_t *ctx) |
| Check communication. More...
|
|
uint16_t | uvb_get_uv_data (uvb_t *ctx) |
| Get UVB data. More...
|
|
This file contains API for UVB Click Driver.