libyggdrasil
v1.0.0
|
DAC abstraction implementation for Midgard. More...
Go to the source code of this file.
Classes | |
struct | dac_t |
DAC handle type. More... | |
Functions | |
C_LINKAGE bool | yggdrasil_DAC_Init (dac_t dac) |
DAC init function. More... | |
C_LINKAGE bool | yggdrasil_DAC_Deinit (dac_t dac) |
DAC deinit function. More... | |
C_LINKAGE void | yggdrasil_DAC_Write (dac_t dac, float value) |
Set the dac value to the channel specified in the DAC handle. More... | |
C_LINKAGE float | yggdrasil_DAC_Read (dac_t dac) |
Get the dac value from the channel specified in the DAC handle. More... | |
DAC abstraction implementation for Midgard.
DAC deinit function.
dac | DAC handle |
DAC init function.
dac | DAC handle |
Get the dac value from the channel specified in the DAC handle.
dac | DAC handle |