MCP47xx configuration structure for mapping DAC channels to SAUL.
More...
MCP47xx configuration structure for mapping DAC channels to SAUL.
Definition at line 239 of file mcp47xx.h.
#include <mcp47xx.h>
|
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
|
|
◆ 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 |
◆ 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: