![]() |
GaIA BIOS Library
|
GWA external DAC driver functions. More...
#include <stdint.h>Data Structures | |
| struct | spi_dac_chain_t |
Macros | |
| #define | DAC_VALUE_SIZE 3 |
| #define | MAX_DAC_MODULES 2 |
Functions | |
| void | gwa_dac_init (void) |
| Initializes the external DAC. | |
| void | gwa_dac_set_value (uint8_t dac, uint16_t value) |
| Sets the DAC value. | |
GWA external DAC driver functions.
| void gwa_dac_set_value | ( | uint8_t | dac, |
| uint16_t | value ) |
Sets the DAC value.
| dac | DAC index. |
| value | DAC value. |