I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
MCP4725_t Struct Reference

MCP4725 user interface struct. More...

#include <MCP4725_proc.h>

Collaboration diagram for MCP4725_t:

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 
 

Detailed Description

MCP4725 user interface struct.

Field Documentation

◆ [struct]

struct { ... } MCP4725_t::cfg

◆ DAC_4096

uint16_t MCP4725_t::DAC_4096

DAC output value (12bits)

◆ DAC_Volts

float MCP4725_t::DAC_Volts

DAC output in Volts.

◆ Mode

MCP4725_cmd MCP4725_t::Mode

Write commands mode config.

◆ PowerDown

MCP4725_pd MCP4725_t::PowerDown

Power down mode config.

◆ slave_inst

I2C_slave_t* MCP4725_t::slave_inst

Slave structure.

◆ VRef

float MCP4725_t::VRef

Voltage reference config.


The documentation for this struct was generated from the following file: