|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
MCP4725 user interface struct. More...
#include <MCP4725_proc.h>

Data Fields | ||
| uint16_t | DAC_4096 | |
| DAC output value (12bits) | ||
| float | DAC_Volts | |
| DAC output in Volts. | ||
| struct { | ||
| I2C_slave_t * slave_inst | ||
| Slave structure. More... | ||
| MCP4725_cmd Mode | ||
| Write commands mode config. More... | ||
| MCP4725_pd PowerDown | ||
| Power down mode config. More... | ||
| float VRef | ||
| Voltage reference config. More... | ||
| } | cfg | |
MCP4725 user interface struct.
| struct { ... } MCP4725_t::cfg |
| uint16_t MCP4725_t::DAC_4096 |
DAC output value (12bits)
| float MCP4725_t::DAC_Volts |
DAC output in Volts.
| MCP4725_cmd MCP4725_t::Mode |
Write commands mode config.
| MCP4725_pd MCP4725_t::PowerDown |
Power down mode config.
| I2C_slave_t* MCP4725_t::slave_inst |
Slave structure.
| float MCP4725_t::VRef |
Voltage reference config.