summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/events.hcc
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/src/events.hcc')
-rw-r--r--Graphic_Equalizer/src/events.hcc9
1 files changed, 5 insertions, 4 deletions
diff --git a/Graphic_Equalizer/src/events.hcc b/Graphic_Equalizer/src/events.hcc
index 9424392..3772193 100644
--- a/Graphic_Equalizer/src/events.hcc
+++ b/Graphic_Equalizer/src/events.hcc
@@ -34,13 +34,14 @@
#endif
-/*! \fn void load_preset(unsigned 20 preset_address,
- * unsigned 4 *equalizer_levels);
+/*! \fn void load_preset(unsigned 20 preset_address, unsigned 4 *equalizer_levels);
* \brief This function loads 768 4bits presets into the equalizer_levels
* array pointed to by equalizer_levels.
*
- * \param unsigned 20 PL2Ram address where preset to be loaded is.
- * \param unsigned 4 * Pointer to preset location.
+ * \param preset_address PL2Ram address where preset to be
+ * loaded is.
+ * \param *equalizer_levels Location where to store presets loaded
+ * from ram.
*
* \return void
* \retval void