AVRly - AVR Development Resources
dac_channel_t Struct Reference

Struct for config values for each channel - this is only to be used as a nested struct within the dac_config_t struct. More...

#include <mcp48x2_dac.h>

Public Attributes

bool gain_low
 
bool active
 
uint16_t level
 

Detailed Description

Struct for config values for each channel - this is only to be used as a nested struct within the dac_config_t struct.

Definition at line 63 of file mcp48x2_dac.h.

Member Data Documentation

◆ gain_low

bool dac_channel_t::gain_low

Definition at line 65 of file mcp48x2_dac.h.

◆ active

bool dac_channel_t::active

Definition at line 66 of file mcp48x2_dac.h.

◆ level

uint16_t dac_channel_t::level

Definition at line 67 of file mcp48x2_dac.h.


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