Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@428 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -70,6 +70,7 @@ struct DACDevice
|
||||
* DACDevice_construct
|
||||
* Constructor for DAC device
|
||||
*
|
||||
* @memberof DACDevice
|
||||
* @param self DAC object
|
||||
* @param write Pointer to write function
|
||||
* @param readback Pointer to value readback function
|
||||
@@ -89,6 +90,7 @@ extern ErrorStatus DACDevice_construct(struct DACDevice* self, DACWriteFunction
|
||||
* DACDevice_destruct
|
||||
* Destructor for DAC device
|
||||
*
|
||||
* @memberof DACDevice
|
||||
* @param self DAC object
|
||||
*
|
||||
* @return void
|
||||
@@ -102,6 +104,7 @@ extern void DACDevice_destruct(struct DACDevice* self);
|
||||
* DACDevice_construct
|
||||
* Writes a value to the DAC device output
|
||||
*
|
||||
* @memberof DACDevice
|
||||
* @param self DAC object
|
||||
* @param voltage value to write to output
|
||||
*
|
||||
@@ -117,6 +120,7 @@ extern ErrorStatus DACDevice_write(const struct DACDevice* self, uint32_t voltag
|
||||
* DACDevice_getCurrentValue
|
||||
* returns the currently applied value from the DAC
|
||||
*
|
||||
* @memberof DACDevice
|
||||
* @param self DAC object
|
||||
*
|
||||
* @return uint32_t The value that is currently applied to
|
||||
|
||||
Reference in New Issue
Block a user