AVRly - AVR Development Resources
|
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 |
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.
bool dac_channel_t::gain_low |
Definition at line 65 of file mcp48x2_dac.h.
bool dac_channel_t::active |
Definition at line 66 of file mcp48x2_dac.h.
uint16_t dac_channel_t::level |
Definition at line 67 of file mcp48x2_dac.h.