All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

MCP47xx configuration structure for mapping DAC channels to SAUL. More...

Detailed Description

MCP47xx configuration structure for mapping DAC channels to SAUL.

Definition at line 239 of file mcp47xx.h.

#include <mcp47xx.h>

Data Fields

const char * name
 name of the MCP47xx device
 
unsigned int dev
 index of the MCP47xx device
 
uint8_t channel
 channel of the MCP47xx device
 
uint16_t initial
 initial value
 

Field Documentation

◆ channel

uint8_t mcp47xx_saul_dac_params_t::channel

channel of the MCP47xx device

Definition at line 242 of file mcp47xx.h.

◆ dev

unsigned int mcp47xx_saul_dac_params_t::dev

index of the MCP47xx device

Definition at line 241 of file mcp47xx.h.

◆ initial

uint16_t mcp47xx_saul_dac_params_t::initial

initial value

Definition at line 243 of file mcp47xx.h.

◆ name

const char* mcp47xx_saul_dac_params_t::name

name of the MCP47xx device

Definition at line 240 of file mcp47xx.h.


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