libeasymcp2221 2.0.3
Public Attributes | List of all members
mcp2221_sram_dac_ref_config_t Struct Reference

DAC voltage-reference SRAM configuration. More...

#include <mcp2221_sram.h>

Public Attributes

int vrm
 Internal voltage-reference-module selection. More...
 
int ref_src
 DAC reference source. More...
 

Detailed Description

DAC voltage-reference SRAM configuration.

Definition at line 117 of file mcp2221_sram.h.

Member Data Documentation

◆ ref_src

int mcp2221_sram_dac_ref_config_t::ref_src

DAC reference source.

Use MCP2221_DAC_REF_VRM for the internal voltage-reference module, MCP2221_DAC_REF_VDD for VDD, or MCP2221_CONFIG_KEEP.

Definition at line 133 of file mcp2221_sram.h.

◆ vrm

int mcp2221_sram_dac_ref_config_t::vrm

Internal voltage-reference-module selection.

Use MCP2221_DAC_VRM_OFF, MCP2221_DAC_VRM_1024, MCP2221_DAC_VRM_2048, MCP2221_DAC_VRM_4096, or MCP2221_CONFIG_KEEP.

Definition at line 125 of file mcp2221_sram.h.


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