Default configuration for Microchip MCP47xx DAC with I2C interface. More...
Default configuration for Microchip MCP47xx DAC with I2C interface.
Definition in file mcp47xx_params.h.
 Include dependency graph for mcp47xx_params.h:Go to the source code of this file.
Variables | |
| static const mcp47xx_params_t | mcp47xx_params [] | 
| Allocate some memory to store the actual configuration.  More... | |
| static const mcp47xx_saul_dac_params_t | mcp47xx_saul_dac_params [] | 
| Additional meta information to keep in the SAUL registry.  More... | |
Set default configuration parameters | |
| #define | MCP47XX_PARAM_VARIANT (MCP4725) | 
| Default MCP47xx variant.  | |
| #define | MCP47XX_PARAM_DEV I2C_DEV(0) | 
| Default I2C device.  | |
| #define | MCP47XX_PARAM_ADDR (MCP47XX_BASE_ADDR + 2) | 
| Default I2C slave address as offset to MCP47XX_BASE_ADDR.  | |
| #define | MCP47XX_PARAM_GAIN (MCP47XX_GAIN_1X) | 
| Default MCP47xx gain selection.  | |
| #define | MCP47XX_PARAM_VREF (MCP47XX_VREF_VDD) | 
| Default MCP47xx V_REF selection.  | |
| #define | MCP47XX_PARAM_PD_MODE (MCP47XX_PD_LARGE) | 
| Default MCP47xx Power-Down mode selection.  | |
| #define | MCP47XX_PARAMS | 
| Default MCP47xx configuration parameters.  More... | |
| #define | MCP47XX_SAUL_DAC_PARAMS | 
| Example for mapping DAC channels to SAUL.  More... | |
| #define MCP47XX_PARAMS | 
Default MCP47xx configuration parameters.
Definition at line 64 of file mcp47xx_params.h.
| #define MCP47XX_SAUL_DAC_PARAMS | 
Example for mapping DAC channels to SAUL.
Definition at line 76 of file mcp47xx_params.h.
      
  | 
  static | 
Allocate some memory to store the actual configuration.
Definition at line 88 of file mcp47xx_params.h.
      
  | 
  static | 
Additional meta information to keep in the SAUL registry.
Definition at line 97 of file mcp47xx_params.h.